summaryrefslogtreecommitdiff
path: root/src/utils/base64.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/base64.h')
-rw-r--r--src/utils/base64.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/utils/base64.h b/src/utils/base64.h
index b0c349277..6ebac7983 100644
--- a/src/utils/base64.h
+++ b/src/utils/base64.h
@@ -27,8 +27,8 @@
+----------------------------------------------------------------------+
*/
-#ifndef BASE64_H
-#define BASE64_H
+#ifndef UTILS_BASE64_H
+#define UTILS_BASE64_H
#include "localconsts.h"
@@ -37,4 +37,4 @@ extern unsigned char *php3_base64_encode(const unsigned char *,
extern unsigned char *php3_base64_decode(const unsigned char *,
int, int *) A_WARN_UNUSED;
-#endif /* BASE64_H */
+#endif // UTILS_BASE64_H