summaryrefslogtreecommitdiff
path: root/tools/tmxcopy/base64.h
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2009-01-25 22:00:00 +0100
committerIra Rice <irarice@gmail.com>2009-01-25 18:15:14 -0700
commitdecf5b650667830fcfe0838688ed0ca12481399f (patch)
tree626f95be71494acf3ce40e9b813df576575bf49e /tools/tmxcopy/base64.h
parent50eae6ebe793295986071e748f3698154158d6cd (diff)
downloadmana-client-decf5b650667830fcfe0838688ed0ca12481399f.tar.gz
mana-client-decf5b650667830fcfe0838688ed0ca12481399f.tar.bz2
mana-client-decf5b650667830fcfe0838688ed0ca12481399f.tar.xz
mana-client-decf5b650667830fcfe0838688ed0ca12481399f.zip
Removed the TMW branding from header guards
Diffstat (limited to 'tools/tmxcopy/base64.h')
-rw-r--r--tools/tmxcopy/base64.h6
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 */