summaryrefslogtreecommitdiff
path: root/print-tree.h
diff options
context:
space:
mode:
authorChris Mason <chris.mason@oracle.com>2007-03-14 14:14:43 -0400
committerDavid Woodhouse <dwmw2@hera.kernel.org>2007-03-14 14:14:43 -0400
commit7a0a809b4cde0ff1712579e403d85c095b48905f (patch)
tree5fd9dec1f93f34424a7b4300fc46f4d413b8e3f0 /print-tree.h
parent942050de0e7cd8ba5fbe312659a8824e0b8ee9ba (diff)
downloadbtrfs-progs-7a0a809b4cde0ff1712579e403d85c095b48905f.tar.gz
variable block size support
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 e8d0b84..9236abd 100644
--- a/print-tree.h
+++ b/print-tree.h
@@ -1,3 +1,3 @@
-void btrfs_print_leaf(struct btrfs_leaf *l);
+void btrfs_print_leaf(struct btrfs_root *root, struct btrfs_leaf *l);
void btrfs_print_tree(struct btrfs_root *root, struct btrfs_buffer *t);