summaryrefslogtreecommitdiffstats
path: root/modules.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules.h')
-rw-r--r--modules.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules.h b/modules.h
index da37a91c..a57e99a7 100644
--- a/modules.h
+++ b/modules.h
@@ -73,12 +73,15 @@ typedef struct moduleInfo {
/* below: perform the configured action
*/
rsRetVal (*doAction)();
+ rsRetVal (*parseSelectorAct)(uchar**, selector_t*);
} om;
} mod;
} modInfo_t;
/* prototypes */
rsRetVal doModInit(rsRetVal (*modInit)(), uchar *name);
+modInfo_t *omodGetNxt(modInfo_t *pThis);
+uchar *modGetName(modInfo_t *pThis);
void modPrintList(void);
#endif /* #ifndef MODULES_H_INCLUDED */