diff options
Diffstat (limited to 'utils.h')
-rw-r--r-- | utils.h | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -258,9 +258,7 @@ uInformation(const char * /* s */ , ... #define DEBUG_VAR debugFlags #endif -#ifdef DEBUG_VAR_NOT_LOCAL - extern -#endif +extern unsigned int DEBUG_VAR; extern void uDebug(char * /* s */ , ... |