summaryrefslogtreecommitdiffstats
path: root/include/nftables.h
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2009-03-18 07:17:10 +0100
committerPatrick McHardy <kaber@trash.net>2009-03-18 07:17:10 +0100
commitd1f959589a804ff01288ae2cc610d6679415d772 (patch)
tree00e3d17e47b73f04105cedfda203a9752b9262da /include/nftables.h
parent6e92a6b2954e39e22405a1a6a0fba23f9788f7c4 (diff)
Fix use of reserved names in header sandwich
Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'include/nftables.h')
-rw-r--r--include/nftables.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/nftables.h b/include/nftables.h
index 7e4a2fc8..d0a3d544 100644
--- a/include/nftables.h
+++ b/include/nftables.h
@@ -1,5 +1,5 @@
-#ifndef _NFTABLES_H
-#define _NFTABLES_H
+#ifndef NFTABLES_NFTABLES_H
+#define NFTABLES_NFTABLES_H
#include <stdbool.h>
#include <stdarg.h>
@@ -93,4 +93,4 @@ struct input_descriptor {
off_t line_offset;
};
-#endif /* _NFTABLES_H */
+#endif /* NFTABLES_NFTABLES_H */