diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-01-25 22:00:00 +0100 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-01-25 22:00:00 +0100 |
commit | 45c59795a2fafd208bb7cdd52dc98a85f2377d2a (patch) | |
tree | f2b6813237728a9c488d58c99e4483ab31b51946 /tools/tmxcopy/base64.h | |
parent | 65da3d5cd5c8cf40abc1e6d31b04eada615fe307 (diff) | |
download | mana-client-45c59795a2fafd208bb7cdd52dc98a85f2377d2a.tar.gz mana-client-45c59795a2fafd208bb7cdd52dc98a85f2377d2a.tar.bz2 mana-client-45c59795a2fafd208bb7cdd52dc98a85f2377d2a.tar.xz mana-client-45c59795a2fafd208bb7cdd52dc98a85f2377d2a.zip |
Removed the TMW branding from header guards
Diffstat (limited to 'tools/tmxcopy/base64.h')
-rw-r--r-- | tools/tmxcopy/base64.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/tmxcopy/base64.h b/tools/tmxcopy/base64.h index c802207b..92c23016 100644 --- a/tools/tmxcopy/base64.h +++ b/tools/tmxcopy/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 */ |