]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - mdadm.h
Allow a uuid of all f's to always match
[thirdparty/mdadm.git] / mdadm.h
diff --git a/mdadm.h b/mdadm.h
index 7a39187e28cacd3b1018f88d3ac454831e805e99..1eba5783231ee5530402848e8814ae15d39d3140 100644 (file)
--- a/mdadm.h
+++ b/mdadm.h
@@ -767,6 +767,7 @@ extern char *conf_word(FILE *file, int allow_key);
 extern void free_line(char *line);
 extern int match_oneof(char *devices, char *devname);
 extern void uuid_from_super(int uuid[4], mdp_super_t *super);
+extern const int uuid_match_any[4];
 extern int same_uuid(int a[4], int b[4], int swapuuid);
 extern void copy_uuid(void *a, int b[4], int swapuuid);
 extern char *fname_from_uuid(struct supertype *st,