Message ID | 1359350559-25671-8-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);
A useful function need to define it in a header file. Signed-off-by: Anand Jain <anand.jain@oracle.com> --- commands.h | 3 +++ 1 file changed, 3 insertions(+)