From 79d46017e49d39b5de2d783cc3bcbeb696535bfc Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Wed, 4 May 2011 14:41:08 +0200 Subject: step: imudp utilizes interim new input module interface --- runtime/module-template.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/module-template.h') 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; -- cgit