aboutsummaryrefslogtreecommitdiff
path: root/common/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/util.h')
-rw-r--r--common/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/util.h b/common/util.h
index 05c1520513..cd97363376 100644
--- a/common/util.h
+++ b/common/util.h
@@ -209,6 +209,7 @@ void CDECL warning(const char *s, ...);
void CDECL debug(int level, const char *s, ...);
void CDECL debug(const char *s, ...);
+void CDECL debugN(int level, const char *s, ...);
void checkHeap();
extern int gDebugLevel;