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, 2 insertions, 2 deletions
diff --git a/print-tree.h b/print-tree.h
index 9cb624e0..da75efe5 100644
--- a/print-tree.h
+++ b/print-tree.h
@@ -18,6 +18,6 @@
#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);
+void btrfs_print_leaf(struct btrfs_root *root, struct extent_buffer *l);
+void btrfs_print_tree(struct btrfs_root *root, struct extent_buffer *t);
#endif