From 8fddaada1dd6dad2302eb153892257d2020883fc Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 23 Apr 2005 13:52:27 +0000 Subject: Simplified debuglevel handling: - it's only honored in the global level of the config file - all checks for it go through gDebugLevel now, which is made global - the '-d' switch is handled in a slightly saner and consistent way - removed 'debuglevel' from the config format documentation; we do not want to encourage the avarage user to use it svn-id: r17769 --- common/util.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common/util.h') diff --git a/common/util.h b/common/util.h index 5800023dfb..3f10d5434c 100644 --- a/common/util.h +++ b/common/util.h @@ -201,5 +201,7 @@ void CDECL debug(int level, const char *s, ...); void CDECL debug(const char *s, ...); void checkHeap(); +extern int gDebugLevel; + #endif -- cgit v1.2.3