diff options
Diffstat (limited to 'runtime/modules.h')
-rw-r--r-- | runtime/modules.h | 2 |
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 */ |