X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fshared%2Fbtrfs-util.h;h=dff8c015a6453fb26f0443616ea076c1a0ee1343;hp=f51f37a6590508ef5bc4167444fe5ee515d09043;hb=d7b8eec7dc7fe307d3a08b32cf1a9ad4276ce6d5;hpb=ebd93cb684806ac0f352139e69ac8f53eb49f5e4 diff --git a/src/shared/btrfs-util.h b/src/shared/btrfs-util.h index f51f37a65..dff8c015a 100644 --- a/src/shared/btrfs-util.h +++ b/src/shared/btrfs-util.h @@ -37,6 +37,7 @@ typedef struct BtrfsSubvolInfo { int btrfs_is_snapshot(int fd); int btrfs_subvol_make(const char *path); +int btrfs_subvol_make_label(const char *path); int btrfs_subvol_remove(const char *path); int btrfs_subvol_snapshot(const char *old_path, const char *new_path, bool read_only, bool fallback_copy);