From 1778b01d765b8290c47324d6befebb9130353973 Mon Sep 17 00:00:00 2001 From: James Brown Date: Sat, 10 Jan 2004 05:20:15 +0000 Subject: Start of debug channel support. TODO: Move this to the common Debugger system? svn-id: r12289 --- common/util.h | 1 + 1 file changed, 1 insertion(+) (limited to 'common') diff --git a/common/util.h b/common/util.h index ffd77e3252..9e103f1229 100644 --- a/common/util.h +++ b/common/util.h @@ -164,6 +164,7 @@ void CDECL NORETURN error(const char *s, ...); void CDECL warning(const char *s, ...); void CDECL debug(int level, const char *s, ...); +void CDECL debug(const char *s, ...); void checkHeap(); -- cgit v1.2.3