summaryrefslogtreecommitdiff
path: root/commands.h
diff options
context:
space:
mode:
authorAnand Jain <anand.jain@oracle.com>2016-05-19 13:13:14 +0800
committerDavid Sterba <dsterba@suse.com>2016-06-01 14:56:56 +0200
commit98410fce1d4c9ca309a4460f251489d65af3fe52 (patch)
treeb1713a63bc9b8a580b317c7772d2a948d504b26c /commands.h
parentb5ae826637f83d937ca7de54d6a7468cf95ab1f1 (diff)
btrfs-progs: clean up commands.h
This function is declared in utils.h so remove it from commands.h int test_issubvolume(const char *path); This function does not exists delete the declaration get_subvol_name(char *mnt, char *full_path); Signed-off-by: Anand Jain <anand.jain@oracle.com> Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'commands.h')
-rw-r--r--commands.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/commands.h b/commands.h
index 2da093bf..94229c11 100644
--- a/commands.h
+++ b/commands.h
@@ -125,10 +125,4 @@ int cmd_dump_super(int argc, char **argv);
int cmd_debug_tree(int argc, char **argv);
int cmd_rescue(int argc, char **argv);
-/* subvolume exported functions */
-int test_issubvolume(const char *path);
-
-/* send.c */
-char *get_subvol_name(char *mnt, char *full_path);
-
#endif