summaryrefslogtreecommitdiff
path: root/src/debug.h
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2005-11-13 01:32:16 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2005-11-13 01:32:16 +0000
commita0081a3072230f1becbc0b1cf33572ab67a68d07 (patch)
treedb86430217ebb7fcff7abbc93ece529032d71db0 /src/debug.h
parente86de3e7ce09660e615792dba50af9de5d2d82c5 (diff)
downloadmanaserv-a0081a3072230f1becbc0b1cf33572ab67a68d07.tar.gz
manaserv-a0081a3072230f1becbc0b1cf33572ab67a68d07.tar.bz2
manaserv-a0081a3072230f1becbc0b1cf33572ab67a68d07.tar.xz
manaserv-a0081a3072230f1becbc0b1cf33572ab67a68d07.zip
Nothing of much significance, mainly checking whether I can commit.
Diffstat (limited to 'src/debug.h')
-rw-r--r--src/debug.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/debug.h b/src/debug.h
index 37d191f0..65a95e36 100644
--- a/src/debug.h
+++ b/src/debug.h
@@ -21,14 +21,14 @@
* $Id$
*/
-#ifndef _TMW_SERVER_DEBUG_
-#define _TMW_SERVER_DEBUG_
-
+#ifndef _TMWSERV_DEBUG_H_
+#define _TMWSERV_DEBUG_H_
+
// This file defines the return types for debugging
/**
* Returns a message on function failure if the debug flag is set to true.
- */
+ */
extern void debugCatch(int result);
@@ -38,7 +38,7 @@ extern void debugCatch(int result);
// GENERAL
#define TMW_SUCCESS 1 // the function completed successfully
-
+
// ACCOUNT
#define TMW_ACCOUNTERROR_NOEXIST 100
#define TMW_ACCOUNTERROR_BANNED 101