mirror of
https://github.com/kdave/btrfs-progs
synced 2025-01-23 05:53:31 +00:00
Btrfs-progs: put find_mount_root() in commands.h
A useful function need to define it in a header file. Signed-off-by: Anand Jain <anand.jain@oracle.com>
This commit is contained in:
parent
d985294b02
commit
64f9c40759
@ -108,3 +108,6 @@ int cmd_replace(int argc, char **argv);
|
||||
|
||||
/* subvolume exported functions */
|
||||
int test_issubvolume(char *path);
|
||||
|
||||
/* send.c */
|
||||
int find_mount_root(const char *path, char **mount_root);
|
||||
|
Loading…
Reference in New Issue
Block a user