summaryrefslogtreecommitdiffstats
path: root/include/libnftables/ruleset.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libnftables/ruleset.h')
-rw-r--r--include/libnftables/ruleset.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/libnftables/ruleset.h b/include/libnftables/ruleset.h
index 71ef3b1..1ec3059 100644
--- a/include/libnftables/ruleset.h
+++ b/include/libnftables/ruleset.h
@@ -1,5 +1,5 @@
-#ifndef _RULESET_H_
-#define _RULESET_H_
+#ifndef _LIBNFTABLES_RULESET_H_
+#define _LIBNFTABLES_RULESET_H_
#include <stdio.h>
@@ -38,4 +38,4 @@ int nft_ruleset_fprintf(FILE *fp, const struct nft_ruleset *rs, uint32_t type, u
} /* extern "C" */
#endif
-#endif /* _RULESET_H_ */
+#endif /* _LIBNFTABLES_RULESET_H_ */