summaryrefslogtreecommitdiff
path: root/print-tree.h
diff options
context:
space:
mode:
authorChris Mason <chris.mason@oracle.com>2010-04-06 09:30:17 -0400
committerChris Mason <chris.mason@oracle.com>2010-04-06 09:30:17 -0400
commit075587c96c2f39e227847d13ca0ef305b13cd7d3 (patch)
tree849aca32b8beb2349dbc2e697b460690eb47f67c /print-tree.h
parent8f55b769c703c3f7cc8c94d165ea2587d4384ae9 (diff)
Btrfs: add btrfs-debug-tree -b <block number> to print a single block
Diffstat (limited to 'print-tree.h')
-rw-r--r--print-tree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/print-tree.h b/print-tree.h
index 4d1a01ae..495b81a2 100644
--- a/print-tree.h
+++ b/print-tree.h
@@ -19,6 +19,6 @@
#ifndef __PRINT_TREE_
#define __PRINT_TREE_
void btrfs_print_leaf(struct btrfs_root *root, struct extent_buffer *l);
-void btrfs_print_tree(struct btrfs_root *root, struct extent_buffer *t);
+void btrfs_print_tree(struct btrfs_root *root, struct extent_buffer *t, int follow);
void btrfs_print_key(struct btrfs_disk_key *disk_key);
#endif