summaryrefslogtreecommitdiffstats
path: root/plugins/imtemplate/imtemplate.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-05-05 11:36:05 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2011-05-05 11:36:05 +0200
commitc0d1334f6e23b1cfb21d302e3a4b32c449c26547 (patch)
tree0b56c3bde1c1af5787fc22bdd5532ca273400ea7 /plugins/imtemplate/imtemplate.c
parent79d46017e49d39b5de2d783cc3bcbeb696535bfc (diff)
downloadrsyslog-c0d1334f6e23b1cfb21d302e3a4b32c449c26547.tar.gz
rsyslog-c0d1334f6e23b1cfb21d302e3a4b32c449c26547.tar.xz
rsyslog-c0d1334f6e23b1cfb21d302e3a4b32c449c26547.zip
step: imtcp moved to new config interface
as far as we know that new interface right now ;)
Diffstat (limited to 'plugins/imtemplate/imtemplate.c')
-rw-r--r--plugins/imtemplate/imtemplate.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins/imtemplate/imtemplate.c b/plugins/imtemplate/imtemplate.c
index 1f60bef7..0cc9451e 100644
--- a/plugins/imtemplate/imtemplate.c
+++ b/plugins/imtemplate/imtemplate.c
@@ -95,10 +95,9 @@ DEF_IMOD_STATIC_DATA /* must be present, starts static data */
/* static int imtemplateWhateverVar = 0; */
/* config settings */
-typedef struct {
+struct modConfData_s {
EMPTY_STRUCT;
-} modConfData_t;
-
+};
BEGINbeginCnfLoad