summaryrefslogtreecommitdiff
path: root/print-tree.h
diff options
context:
space:
mode:
authorChris Mason <chris.mason@oracle.com>2007-03-13 10:46:10 -0400
committerDavid Woodhouse <dwmw2@hera.kernel.org>2007-03-13 10:46:10 -0400
commitaa60202f13a7cf7468fb96426735fbbf5b59e675 (patch)
tree73d2723e88b7329febdaae24756182548f1a4f42 /print-tree.h
parent56042e6ad4cb7be03b0b31a6d6723c5f49db35c4 (diff)
rename funcs and structs to btrfs
Diffstat (limited to 'print-tree.h')
-rw-r--r--print-tree.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/print-tree.h b/print-tree.h
index 3c1e9a3e..e8d0b847 100644
--- a/print-tree.h
+++ b/print-tree.h
@@ -1,3 +1,3 @@
-void print_leaf(struct leaf *l);
-void print_tree(struct ctree_root *root, struct tree_buffer *t);
+void btrfs_print_leaf(struct btrfs_leaf *l);
+void btrfs_print_tree(struct btrfs_root *root, struct btrfs_buffer *t);