summaryrefslogtreecommitdiffstats
path: root/runtime/modules.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-09-27 14:22:23 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2012-09-27 14:22:23 +0200
commit77b4efaeecf53678a3de579d73567e61c3b4785b (patch)
tree335958afc84f8ad6b578d46bc91602e58766686c /runtime/modules.h
parent8020c651a1700eb29a37e6cb8732c3b2c94814ab (diff)
downloadrsyslog-77b4efaeecf53678a3de579d73567e61c3b4785b.tar.gz
rsyslog-77b4efaeecf53678a3de579d73567e61c3b4785b.tar.xz
rsyslog-77b4efaeecf53678a3de579d73567e61c3b4785b.zip
Do not load module if it had errorneous parameters
Diffstat (limited to 'runtime/modules.h')
-rw-r--r--runtime/modules.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/modules.h b/runtime/modules.h
index 51ce1e51..02e4a699 100644
--- a/runtime/modules.h
+++ b/runtime/modules.h
@@ -192,6 +192,6 @@ PROTOTYPEObj(module);
* that are not called from plugins.
*/
rsRetVal modulesProcessCnf(struct cnfobj *o);
-
-rsRetVal addModToCnfList(modInfo_t *pThis);
+rsRetVal addModToCnfList(cfgmodules_etry_t *pNew, cfgmodules_etry_t *pLast);
+rsRetVal readyModForCnf(modInfo_t *pThis, cfgmodules_etry_t **ppNew, cfgmodules_etry_t **ppLast);
#endif /* #ifndef MODULES_H_INCLUDED */