From: Art Cancro Date: Tue, 1 May 2012 03:29:22 +0000 (-0400) Subject: Removed duplicate typedef of CtdlDbgFunction X-Git-Tag: v8.11~47^2 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=eb08393cc2fff7672e3931e98b42b99f4ce6beda Removed duplicate typedef of CtdlDbgFunction --- diff --git a/citadel/context.h b/citadel/context.h index 9d158f469..903195c37 100644 --- a/citadel/context.h +++ b/citadel/context.h @@ -196,7 +196,7 @@ static INLINE void become_session(CitContext *which_con) { -typedef void (*CtdlDbgFunction) (const int); +/* typedef void (*CtdlDbgFunction) (const int); */ extern int DebugSession; #define CONDBGLOG(LEVEL) if ((LEVEL != LOG_DEBUG) || (DebugSession != 0))