diff options
Diffstat (limited to 'src/debug.h')
-rw-r--r-- | src/debug.h | 10 |
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 |