summaryrefslogtreecommitdiff
path: root/print-tree.h
diff options
context:
space:
mode:
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