summaryrefslogtreecommitdiff
path: root/print-tree.h
diff options
context:
space:
mode:
Diffstat (limited to 'print-tree.h')
-rw-r--r--print-tree.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/print-tree.h b/print-tree.h
index 495b81a2..550be0f3 100644
--- a/print-tree.h
+++ b/print-tree.h
@@ -21,4 +21,5 @@
void btrfs_print_leaf(struct btrfs_root *root, struct extent_buffer *l);
void btrfs_print_tree(struct btrfs_root *root, struct extent_buffer *t, int follow);
void btrfs_print_key(struct btrfs_disk_key *disk_key);
+void print_chunk(struct extent_buffer *eb, struct btrfs_chunk *chunk);
#endif