mirror of
https://github.com/kdave/btrfs-progs
synced 2024-12-12 17:37:13 +00:00
5 lines
97 B
C
5 lines
97 B
C
|
/* btrflabel.h */
|
||
|
|
||
|
|
||
|
int get_label(char *btrfs_dev);
|
||
|
int set_label(char *btrfs_dev, char *nLabel);
|