]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - mdadm.h
mapfile - when rebuilding, choose an appropriate name is none is found.
[thirdparty/mdadm.git] / mdadm.h
diff --git a/mdadm.h b/mdadm.h
index 645cf589c2a36a6ddf516ac80037cc7c6bfb9a8e..8aa38c5a7e1cf9cdbe29fd396f10f44abdcbb377 100644 (file)
--- a/mdadm.h
+++ b/mdadm.h
@@ -801,6 +801,7 @@ extern char *conf_line(FILE *file);
 extern char *conf_word(FILE *file, int allow_key);
 extern int conf_name_is_free(char *name);
 extern int devname_matches(char *name, char *match);
+extern struct mddev_ident_s *conf_match(struct mdinfo *info, struct supertype *st);
 
 extern void free_line(char *line);
 extern int match_oneof(char *devices, char *devname);