Message ID | 1357818083-15531-9-git-send-email-anand.jain@oracle.com (mailing list archive) |
---|---|
State | Superseded, archived |
Headers | show |
diff --git a/commands.h b/commands.h index 8114a73..9b77f3e 100644 --- a/commands.h +++ b/commands.h @@ -103,3 +103,6 @@ int cmd_qgroup(int argc, char **argv); /* subvolume exported functions */ int test_issubvolume(char *path); + +/* send.c */ +int find_mount_root(const char *path, char **mount_root);
Signed-off-by: Anand Jain <anand.jain@oracle.com> --- commands.h | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)