diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-05-28 14:53:44 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-05-28 20:29:17 +0300 |
commit | 45d9715a4657a7369c394c2ca114847056a12a7c (patch) | |
tree | cb25d84a9d9af84c50486138a47782cf488f527d /src/utils/base64.h | |
parent | fe189f61b6385a30c689b46667ccc18c7117056a (diff) | |
download | plus-45d9715a4657a7369c394c2ca114847056a12a7c.tar.gz plus-45d9715a4657a7369c394c2ca114847056a12a7c.tar.bz2 plus-45d9715a4657a7369c394c2ca114847056a12a7c.tar.xz plus-45d9715a4657a7369c394c2ca114847056a12a7c.zip |
fix guard header part3.
Diffstat (limited to 'src/utils/base64.h')
-rw-r--r-- | src/utils/base64.h | 6 |
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 |