btrfs-progs/print-tree.h

6 lines
193 B
C
Raw Normal View History

2007-03-16 21:20:31 +01:00
#ifndef __PRINT_TREE_
#define __PRINT_TREE_
2007-03-14 19:14:43 +01:00
void btrfs_print_leaf(struct btrfs_root *root, struct btrfs_leaf *l);
2007-03-13 15:46:10 +01:00
void btrfs_print_tree(struct btrfs_root *root, struct btrfs_buffer *t);
2007-03-16 21:20:31 +01:00
#endif