summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/pfpro/php_pfpro.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/pfpro/php_pfpro.h b/ext/pfpro/php_pfpro.h
index 99c37fb108..dc099e46a9 100644
--- a/ext/pfpro/php_pfpro.h
+++ b/ext/pfpro/php_pfpro.h
@@ -18,8 +18,8 @@
/* $Id$ */
-#ifndef _PHP_PFPRO_H
-#define _PHP_PFPRO_H
+#ifndef PHP_PFPRO_H
+#define PHP_PFPRO_H
#if HAVE_PFPRO
@@ -63,7 +63,7 @@ typedef struct {
#endif
-#endif /* _PHP_PFPRO_H */
+#endif /* PHP_PFPRO_H */
/*