summaryrefslogtreecommitdiffstats
path: root/include/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/parser.h')
-rw-r--r--include/parser.h6
1 files changed, 3 insertions, 3 deletions
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 <list.h>
@@ -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 */