From d3b87ff0001873c77a4d0a49586a3f3fcd71c39e Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Wed, 23 Jan 2008 14:17:41 +0000 Subject: looks like the first actually usable debug class is done --- debug.h | 1 + 1 file changed, 1 insertion(+) (limited to 'debug.h') diff --git a/debug.h b/debug.h index 88f85de4..33d96773 100644 --- a/debug.h +++ b/debug.h @@ -43,6 +43,7 @@ int dbgMutexLock(pthread_mutex_t *pmut, const char *file, const char* func, int void dbgprintf(char *fmt, ...) __attribute__((format(printf,1, 2))); int dbgEntrFunc(char* file, int line, const char* func); void dbgExitFunc(int iStackPtrRestore, char* file, int line, const char* func); +void dbgSetThrdName(uchar *pszName); /* macros */ #if 1 /* DEV debug: set to 1 to get a rough call trace -- rgerhards, 2008-01-13 */ -- cgit v1.2.3