From 07ce7005fc81289eb4c7dde7d601be08c977b92c Mon Sep 17 00:00:00 2001 From: David Sterba Date: Wed, 21 Jan 2015 17:49:26 +0100 Subject: btrfs-progs: unify header file inclusion protections There are missing ifdefs or defines with very generic names. Signed-off-by: David Sterba --- print-tree.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'print-tree.h') diff --git a/print-tree.h b/print-tree.h index 48dc68a1..f0153c18 100644 --- a/print-tree.h +++ b/print-tree.h @@ -16,8 +16,9 @@ * Boston, MA 021110-1307, USA. */ -#ifndef __PRINT_TREE_ -#define __PRINT_TREE_ +#ifndef __PRINT_TREE_H__ +#define __PRINT_TREE_H__ + 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); -- cgit v1.2.3