btrfs-progs/btrfslabel.h

5 lines
97 B
C

/* btrflabel.h */
int get_label(char *btrfs_dev);
int set_label(char *btrfs_dev, char *nLabel);