From c0d1334f6e23b1cfb21d302e3a4b32c449c26547 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Thu, 5 May 2011 11:36:05 +0200 Subject: step: imtcp moved to new config interface as far as we know that new interface right now ;) --- plugins/imklog/imklog.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/imklog/imklog.c') diff --git a/plugins/imklog/imklog.c b/plugins/imklog/imklog.c index 05365588..425dec7f 100644 --- a/plugins/imklog/imklog.c +++ b/plugins/imklog/imklog.c @@ -68,9 +68,9 @@ DEFobjCurrIf(prop) /* configuration settings */ -typedef struct { +struct modConfData_s { EMPTY_STRUCT; -} modConfData_t; +}; int dbgPrintSymbols = 0; /* this one is extern so the helpers can access it! */ int symbols_twice = 0; -- cgit v1.2.3