summaryrefslogtreecommitdiff
path: root/btrfs-list.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 /btrfs-list.c
parentf4dfc8f6edb62c0a73b6334fc04ac399a289c449 (diff)
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 'btrfs-list.c')
-rw-r--r--btrfs-list.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/btrfs-list.c b/btrfs-list.c
index 514cac7e..ef621f03 100644
--- a/btrfs-list.c
+++ b/btrfs-list.c
@@ -35,6 +35,7 @@
#include "transaction.h"
#include "utils.h"
#include <uuid/uuid.h>
+#include "btrfs-list.h"
/* we store all the roots we find in an rbtree so that we can
* search for them later.