summaryrefslogtreecommitdiff
path: root/commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'commands.h')
-rw-r--r--commands.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/commands.h b/commands.h
index 64988e78..1124f2e8 100644
--- a/commands.h
+++ b/commands.h
@@ -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);