summaryrefslogtreecommitdiffstats
path: root/include/gmputil.h
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2009-03-18 07:17:10 +0100
committerPatrick McHardy <kaber@trash.net>2009-03-18 07:17:10 +0100
commitd1f959589a804ff01288ae2cc610d6679415d772 (patch)
tree00e3d17e47b73f04105cedfda203a9752b9262da /include/gmputil.h
parent6e92a6b2954e39e22405a1a6a0fba23f9788f7c4 (diff)
Fix use of reserved names in header sandwich
Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'include/gmputil.h')
-rw-r--r--include/gmputil.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/gmputil.h b/include/gmputil.h
index 41a6c270..88be697a 100644
--- a/include/gmputil.h
+++ b/include/gmputil.h
@@ -1,5 +1,5 @@
-#ifndef _GMPUTIL_H
-#define _GMPUTIL_H
+#ifndef NFTABLES_GMPUTIL_H
+#define NFTABLES_GMPUTIL_H
#include <gmp.h>
@@ -39,4 +39,4 @@ extern void mpz_import_data(mpz_t rop, const void *data,
unsigned int len);
extern void mpz_switch_byteorder(mpz_t rop, unsigned int len);
-#endif /* _GMPUTIL_H */
+#endif /* NFTABLES_GMPUTIL_H */