From d1f959589a804ff01288ae2cc610d6679415d772 Mon Sep 17 00:00:00 2001 From: Patrick McHardy Date: Wed, 18 Mar 2009 07:17:10 +0100 Subject: Fix use of reserved names in header sandwich Signed-off-by: Patrick McHardy --- include/parser.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/parser.h') diff --git a/include/parser.h b/include/parser.h index 2a4c73b4..a47bd0f0 100644 --- a/include/parser.h +++ b/include/parser.h @@ -1,5 +1,5 @@ -#ifndef _PARSER_H -#define _PARSER_H +#ifndef NFTABLES_PARSER_H +#define NFTABLES_PARSER_H #include @@ -33,4 +33,4 @@ extern void scanner_push_buffer(void *scanner, const struct input_descriptor *indesc, const char *buffer); -#endif /* _PARSER_H */ +#endif /* NFTABLES_PARSER_H */ -- cgit v1.2.3