From eb08393cc2fff7672e3931e98b42b99f4ce6beda Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Mon, 30 Apr 2012 23:29:22 -0400 Subject: [PATCH] Removed duplicate typedef of CtdlDbgFunction --- citadel/context.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.30.2