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:
Anand Jain 2013-02-01 15:56:25 +08:00 committed by David Sterba
parent d985294b02
commit 64f9c40759

View file

@ -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);