diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-01-25 22:00:00 +0100 |
---|---|---|
committer | Ira Rice <irarice@gmail.com> | 2009-01-25 18:14:53 -0700 |
commit | 50eae6ebe793295986071e748f3698154158d6cd (patch) | |
tree | 62bc29fc5a7fd641d4ef3ee919e182b6a3f35de4 /src/utils/base64.h | |
parent | 537d390ae65e9b8a2701c04baa22962f7db0f093 (diff) | |
download | mana-client-50eae6ebe793295986071e748f3698154158d6cd.tar.gz mana-client-50eae6ebe793295986071e748f3698154158d6cd.tar.bz2 mana-client-50eae6ebe793295986071e748f3698154158d6cd.tar.xz mana-client-50eae6ebe793295986071e748f3698154158d6cd.zip |
Removed the TMW branding from header guards
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 c802207b..92c23016 100644 --- a/src/utils/base64.h +++ b/src/utils/base64.h @@ -27,10 +27,10 @@ +----------------------------------------------------------------------+ */ -#ifndef _TMW_BASE64_H -#define _TMW_BASE64_H +#ifndef BASE64_H +#define BASE64_H extern unsigned char *php3_base64_encode(const unsigned char *, int, int *); extern unsigned char *php3_base64_decode(const unsigned char *, int, int *); -#endif /* _TMW_BASE64_H */ +#endif /* BASE64_H */ |