summaryrefslogtreecommitdiffstats
path: root/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'debug.h')
-rw-r--r--debug.h1
1 files changed, 1 insertions, 0 deletions
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 */