summaryrefslogtreecommitdiff
path: root/commands.h
diff options
context:
space:
mode:
authorQu Wenruo <quwenruo@cn.fujitsu.com>2014-02-10 15:28:28 +0800
committerChris Mason <clm@fb.com>2014-03-21 06:23:12 -0700
commit14ef4f569572ad34254186f1a503c39b735cc167 (patch)
treea14bb06a2be13be0747761f87fc3cc9b67256c4c /commands.h
parente7839bced72b27bddefe3dbc8ffbcd640edae509 (diff)
btrfs-progs: move find_mount_root to utils.[ch]
Move find_mount_root to utils.[ch] for general use. Signed-off-by: Qu Wenruo <quwenruo@cn.fuijitsu.com> Signed-off-by: David Sterba <dsterba@suse.cz> Signed-off-by: Chris Mason <clm@fb.com>
Diffstat (limited to 'commands.h')
-rw-r--r--commands.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/commands.h b/commands.h
index 23c1201f..db700438 100644
--- a/commands.h
+++ b/commands.h
@@ -126,5 +126,4 @@ int cmd_rescue(int argc, char **argv);
int test_issubvolume(char *path);
/* send.c */
-int find_mount_root(const char *path, char **mount_root);
char *get_subvol_name(char *mnt, char *full_path);