summaryrefslogtreecommitdiffstats
path: root/include/libnftables/expr.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libnftables/expr.h')
-rw-r--r--include/libnftables/expr.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/libnftables/expr.h b/include/libnftables/expr.h
index 81e224c..54de186 100644
--- a/include/libnftables/expr.h
+++ b/include/libnftables/expr.h
@@ -1,5 +1,5 @@
-#ifndef _RULE_EXPR_H_
-#define _RULE_EXPR_H_
+#ifndef _LIBNFTABLES_RULE_EXPR_H_
+#define _LIBNFTABLES_RULE_EXPR_H_
#include <stdint.h>
#include <stdbool.h>
@@ -147,4 +147,4 @@ enum {
} /* extern "C" */
#endif
-#endif
+#endif /* _LIBNFTABLES_RULE_EXPR_H_ */