diff options
Diffstat (limited to 'src/base64.h')
-rw-r--r-- | src/base64.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/base64.h b/src/base64.h index 2e5bd69e..5b275c45 100644 --- a/src/base64.h +++ b/src/base64.h @@ -28,13 +28,13 @@ */ /* $Id$ */ -#ifndef _BASE64_h -#define _BASE64_h +#ifndef _TMW_BASE64_H +#define _TMW_BASE64_H 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 /* _TMW_BASE64_H */ /* * Local variables: |