diff options
Diffstat (limited to 'runtime/modules.h')
-rw-r--r-- | runtime/modules.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/modules.h b/runtime/modules.h index c3a9c9e..634d298 100644 --- a/runtime/modules.h +++ b/runtime/modules.h @@ -148,6 +148,9 @@ struct modInfo_s { char dummy; } lm; struct { /* data for parser modules */ + rsRetVal (*newParserInst)(struct nvlst *lst, void *pinst); + rsRetVal (*freeParserInst)(void *pinst); + rsRetVal (*parse2)(instanceConf_t *const, msg_t*); rsRetVal (*parse)(msg_t*); } pm; struct { /* data for strgen modules */ |