X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fcontext.h;fp=citadel%2Fcontext.h;h=903195c37ccbee9f3a7f400ff885b3dcf9b5062b;hb=eb08393cc2fff7672e3931e98b42b99f4ce6beda;hp=9d158f469e5ae27355fcb99e540d6499dbf25db7;hpb=563fb441a32b2bef517e49ef9abb0a843039a6a8;p=citadel.git 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))