From 4c69b80ca0366db28bbbb46ddd03dfbc9d85b09c Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Wed, 25 Jul 2007 10:25:38 +0000 Subject: changed output modules to use a template-based code generation system for standard entry points (implemented via preprocessor) --- modules.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules.h') diff --git a/modules.h b/modules.h index a3479918..871fbc1b 100644 --- a/modules.h +++ b/modules.h @@ -74,7 +74,7 @@ typedef struct moduleInfo { /* below: perform the configured action */ rsRetVal (*doAction)(); - rsRetVal (*parseSelectorAct)(uchar**, selector_t*); + rsRetVal (*parseSelectorAct)(uchar**, selector_t*, void**); } om; } mod; } modInfo_t; -- cgit v1.2.3