summaryrefslogtreecommitdiffstats
path: root/runtime/modules.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/modules.h')
-rw-r--r--runtime/modules.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/modules.h b/runtime/modules.h
index 759e3350..45fffdad 100644
--- a/runtime/modules.h
+++ b/runtime/modules.h
@@ -116,7 +116,7 @@ struct modInfo_s {
rsRetVal (*createInstance)();
union {
struct {/* data for input modules */
- rsRetVal (*beginCnfLoad)(void*newCnf);
+ rsRetVal (*beginCnfLoad)(void*newCnf, rsconf_t *pConf);
rsRetVal (*endCnfLoad)(void*Cnf);
rsRetVal (*checkCnf)(void*Cnf);
rsRetVal (*activateCnf)(void*Cnf); /* make provided config the running conf */