mirror of
https://github.com/kdave/btrfs-progs
synced 2025-02-18 10:46:53 +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);
|