summaryrefslogtreecommitdiffstats
path: root/runtime/module-template.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-01-18 18:21:08 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2012-01-18 18:21:08 +0100
commit9b24152b6ac6af942a62675c6136316fd487b661 (patch)
tree2edccc0401771327943f5af04ee58b10c4f79aa8 /runtime/module-template.h
parentc9b70abf1a7a40b5afc80975d016980dd4e63e36 (diff)
downloadrsyslog-9b24152b6ac6af942a62675c6136316fd487b661.tar.gz
rsyslog-9b24152b6ac6af942a62675c6136316fd487b661.tar.xz
rsyslog-9b24152b6ac6af942a62675c6136316fd487b661.zip
undoing v6.1 config scoping interface, part I
The most common files are now changed, more needs to be done.
Diffstat (limited to 'runtime/module-template.h')
-rw-r--r--runtime/module-template.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/module-template.h b/runtime/module-template.h
index 63ec0da1..084d5d65 100644
--- a/runtime/module-template.h
+++ b/runtime/module-template.h
@@ -35,7 +35,7 @@
/* macro to define standard output-module static data members
*/
#define DEF_MOD_STATIC_DATA \
- static __attribute__((unused)) rsRetVal (*omsdRegCFSLineHdlr)(uchar *pCmdName, int bChainingPermitted, ecslCmdHdrlType eType, rsRetVal (*pHdlr)(), void *pData, void *pOwnerCookie, ecslConfObjType eConfObjType);
+ static __attribute__((unused)) rsRetVal (*omsdRegCFSLineHdlr)(uchar *pCmdName, int bChainingPermitted, ecslCmdHdrlType eType, rsRetVal (*pHdlr)(), void *pData, void *pOwnerCookie);
#define DEF_OMOD_STATIC_DATA \
DEF_MOD_STATIC_DATA \