summaryrefslogtreecommitdiffstats
path: root/modules.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules.h')
-rw-r--r--modules.h2
1 files changed, 1 insertions, 1 deletions
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;