diff options
Diffstat (limited to 'ext/standard/base64.h')
-rw-r--r-- | ext/standard/base64.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/standard/base64.h b/ext/standard/base64.h index 0352b4ab36..d65e882e45 100644 --- a/ext/standard/base64.h +++ b/ext/standard/base64.h @@ -28,8 +28,8 @@ */ /* $Id$ */ -#ifndef _BASE64_h -#define _BASE64_h +#ifndef BASE64_H +#define BASE64_H PHP_FUNCTION(base64_decode); PHP_FUNCTION(base64_encode); @@ -37,7 +37,7 @@ PHP_FUNCTION(base64_encode); extern unsigned char *php_base64_encode(const unsigned char *, int, int *); extern unsigned char *php_base64_decode(const unsigned char *, int, int *); -#endif /* _BASE64_h */ +#endif /* BASE64_H */ /* * Local variables: |