From 7a0a809b4cde0ff1712579e403d85c095b48905f Mon Sep 17 00:00:00 2001 From: Chris Mason Date: Wed, 14 Mar 2007 14:14:43 -0400 Subject: variable block size support --- print-tree.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'print-tree.h') diff --git a/print-tree.h b/print-tree.h index e8d0b847..9236abda 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); -- cgit v1.2.3