summaryrefslogtreecommitdiff
path: root/print-tree.h
diff options
context:
space:
mode:
authorChris Mason <chris.mason@oracle.com>2007-02-24 06:24:44 -0500
committerDavid Woodhouse <dwmw2@hera.kernel.org>2007-02-24 06:24:44 -0500
commit74556aa7579299888334a616769bebee0574a2e3 (patch)
tree6360a535b8bd4d4f2bc0eff7c4a854688c7e46e5 /print-tree.h
parentc6c63c3e74b8e8d7eb6bed270a97dd9e54f703ca (diff)
Break up ctree.c a little
Extent fixes
Diffstat (limited to 'print-tree.h')
-rw-r--r--print-tree.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/print-tree.h b/print-tree.h
new file mode 100644
index 00000000..3c1e9a3e
--- /dev/null
+++ b/print-tree.h
@@ -0,0 +1,3 @@
+
+void print_leaf(struct leaf *l);
+void print_tree(struct ctree_root *root, struct tree_buffer *t);