From 45d9715a4657a7369c394c2ca114847056a12a7c Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 28 May 2013 14:53:44 +0300 Subject: fix guard header part3. --- src/utils/base64.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/utils/base64.h') 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 -- cgit v1.2.3-60-g2f50