summaryrefslogtreecommitdiffstats
path: root/runtime/modules.h
diff options
context:
space:
mode:
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 */