summaryrefslogtreecommitdiff
path: root/cmds-subvolume.c
diff options
context:
space:
mode:
authorZhou Bo <zhoub-fnst@cn.fujitsu.com>2012-08-08 16:54:48 +0800
committerroot <root@localhost.localdomain>2012-10-04 16:26:32 -0400
commitc5800fb016a98625309769559af564e6c768ca6d (patch)
treec9af93c502ff30784ae2f7068c9ac0bef9b1fccb /cmds-subvolume.c
parentf4dfc8f6edb62c0a73b6334fc04ac399a289c449 (diff)
downloadbtrfs-progs-c5800fb016a98625309769559af564e6c768ca6d.tar.gz
Btrfs-progs: move the function declarations to a new head file
Move the function declarations to a new head file. Signed-off-by: Zhou Bo <zhoub-fnst@cn.fujitsu.com>
Diffstat (limited to 'cmds-subvolume.c')
-rw-r--r--cmds-subvolume.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/cmds-subvolume.c b/cmds-subvolume.c
index aaf5dde..ffc5d95 100644
--- a/cmds-subvolume.c
+++ b/cmds-subvolume.c
@@ -29,10 +29,7 @@
#include "qgroup.h"
#include "commands.h"
-
-/* btrfs-list.c */
-int list_subvols(int fd, int print_parent, int print_uuid, int get_default);
-int find_updated_files(int fd, u64 root_id, u64 oldest_gen);
+#include "btrfs-list.h"
static const char * const subvolume_cmd_group_usage[] = {
"btrfs subvolume <command> <args>",