summaryrefslogtreecommitdiff
path: root/print-tree.h
diff options
context:
space:
mode:
authorChris Mason <chris.mason@oracle.com>2007-03-16 16:20:31 -0400
committerDavid Woodhouse <dwmw2@hera.kernel.org>2007-03-16 16:20:31 -0400
commitf247156e4f46cb15fdb6180dbb690e87fb2472d1 (patch)
tree9449a52aa0876907531019c32a9c9b767aefabea /print-tree.h
parent3d8c87f4f7f48f944ccdc28df2a349010ac48e0a (diff)
transaction handles everywhere
Diffstat (limited to 'print-tree.h')
-rw-r--r--print-tree.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/print-tree.h b/print-tree.h
index 9236abda..0882ca90 100644
--- a/print-tree.h
+++ b/print-tree.h
@@ -1,3 +1,5 @@
-
+#ifndef __PRINT_TREE_
+#define __PRINT_TREE_
void btrfs_print_leaf(struct btrfs_root *root, struct btrfs_leaf *l);
void btrfs_print_tree(struct btrfs_root *root, struct btrfs_buffer *t);
+#endif