summaryrefslogtreecommitdiffstats
path: root/include/libnftables/table.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libnftables/table.h')
-rw-r--r--include/libnftables/table.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/libnftables/table.h b/include/libnftables/table.h
index 9228cec..87481e4 100644
--- a/include/libnftables/table.h
+++ b/include/libnftables/table.h
@@ -1,5 +1,5 @@
-#ifndef _TABLE_H_
-#define _TABLE_H_
+#ifndef _LIBNFTABLES_TABLE_H_
+#define _LIBNFTABLES_TABLE_H_
#include <stdio.h>
#include <stdint.h>
@@ -67,4 +67,4 @@ void nft_table_list_iter_destroy(struct nft_table_list_iter *iter);
} /* extern "C" */
#endif
-#endif /* _TABLE_H_ */
+#endif /* _LIBNFTABLES_TABLE_H_ */