summaryrefslogtreecommitdiffstats
path: root/include/libipset/linux_ip_set_hash.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libipset/linux_ip_set_hash.h')
-rw-r--r--include/libipset/linux_ip_set_hash.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/include/libipset/linux_ip_set_hash.h b/include/libipset/linux_ip_set_hash.h
index 352eecc..73d40d7 100644
--- a/include/libipset/linux_ip_set_hash.h
+++ b/include/libipset/linux_ip_set_hash.h
@@ -1,5 +1,7 @@
-#ifndef _UAPI__IP_SET_HASH_H
-#define _UAPI__IP_SET_HASH_H
+#ifndef __IP_SET_HASH_H
+#define __IP_SET_HASH_H
+
+
/* Hash type specific error codes */
enum {
@@ -18,4 +20,4 @@ enum {
};
-#endif /* _UAPI__IP_SET_HASH_H */
+#endif /* __IP_SET_HASH_H */