summaryrefslogtreecommitdiffstats
path: root/runtime/module-template.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/module-template.h')
-rw-r--r--runtime/module-template.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/module-template.h b/runtime/module-template.h
index 1ec1d8d2..38cda4ba 100644
--- a/runtime/module-template.h
+++ b/runtime/module-template.h
@@ -616,7 +616,7 @@ static rsRetVal modExit(void)\
* the module. -- rgerards, 2011-05-03
*/
#define BEGINbeginCnfLoad \
-static rsRetVal beginCnfLoad(modConfData_t **ptr)\
+static rsRetVal beginCnfLoad(modConfData_t **ptr, rsconf_t *pConf)\
{\
modConfData_t *pModConf; \
DEFiRet;