summaryrefslogtreecommitdiffstats
path: root/runtime/glbl.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-06-21 16:19:20 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2012-06-21 16:19:20 +0200
commit4b150db338ae885ea3a3bb7cc5b5f84e2fc96e89 (patch)
treea36f82c93b7391c4f98417f420e78949651cb562 /runtime/glbl.c
parent46ccc9e77f5e2ee3ded1ca79e973fafdc37e4c0f (diff)
downloadrsyslog-4b150db338ae885ea3a3bb7cc5b5f84e2fc96e89.tar.gz
rsyslog-4b150db338ae885ea3a3bb7cc5b5f84e2fc96e89.tar.xz
rsyslog-4b150db338ae885ea3a3bb7cc5b5f84e2fc96e89.zip
milestone: module() config statement basically works
some nits to iron out, only omfile actually support module params
Diffstat (limited to 'runtime/glbl.c')
-rw-r--r--runtime/glbl.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/glbl.c b/runtime/glbl.c
index 537b7b4f..18993eef 100644
--- a/runtime/glbl.c
+++ b/runtime/glbl.c
@@ -553,10 +553,12 @@ glblProcessCnf(struct cnfobj *o)
cnfparamsPrint(&paramblk, cnfparamvals);
}
+#if 0 /* TODO: finally remove? rgerhards, 2012-06-20 */
rsRetVal
glblCheckCnf()
{
}
+#endif
void
glblDoneLoadCnf(void)