X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fmdadm.git;a=blobdiff_plain;f=mdadm.h;h=d40d18735d906e962814357c5c9ea7e897e24a95;hp=b4bf343524ef65cfc1b676e8ebdc74ddd2212a64;hb=350f29f90d1f6bb3ddfafea368327911f9e8b27c;hpb=3d3dd91e3837d5eb6eeaa876c39153f2b0a4929d diff --git a/mdadm.h b/mdadm.h index b4bf3435..d40d1873 100644 --- a/mdadm.h +++ b/mdadm.h @@ -460,6 +460,7 @@ 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 int same_uuid(int a[4], int b[4], int swapuuid); +extern void copy_uuid(void *a, int b[4], int swapuuid); /* extern int compare_super(mdp_super_t *first, mdp_super_t *second);*/ extern unsigned long calc_csum(void *super, int bytes); extern int enough(int level, int raid_disks, int layout, int clean,