diff options
Diffstat (limited to 'modules.h')
-rw-r--r-- | modules.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |