summaryrefslogtreecommitdiffstats
path: root/include/netlink.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/netlink.h')
-rw-r--r--include/netlink.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/netlink.h b/include/netlink.h
index 4849ff51..cec5247b 100644
--- a/include/netlink.h
+++ b/include/netlink.h
@@ -1,5 +1,5 @@
-#ifndef _NETLINK_H
-#define _NETLINK_H
+#ifndef NFTABLES_NETLINK_H
+#define NFTABLES_NETLINK_H
#include <netlink/netfilter/netfilter.h>
#include <netlink/netfilter/nft_table.h>
@@ -57,4 +57,4 @@ extern int netlink_get_table(struct netlink_ctx *ctx, const struct handle *h);
extern int netlink_list_table(struct netlink_ctx *ctx, const struct handle *h);
extern int netlink_flush_table(struct netlink_ctx *ctx, const struct handle *h);
-#endif /* _NETLINK_H */
+#endif /* NFTABLES_NETLINK_H */