summaryrefslogtreecommitdiffstats
path: root/runtime/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/parser.h')
-rw-r--r--runtime/parser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/parser.h b/runtime/parser.h
index 47521f63..d600fb19 100644
--- a/runtime/parser.h
+++ b/runtime/parser.h
@@ -56,6 +56,7 @@ BEGINinterface(parser) /* name must also be changed in ENDinterface macro! */
/* static functions */
rsRetVal (*ParseMsg)(msg_t *pMsg);
rsRetVal (*SanitizeMsg)(msg_t *pMsg);
+ rsRetVal (*AddDfltParser)(uchar *);
ENDinterface(parser)
#define parserCURR_IF_VERSION 1 /* increment whenever you change the interface above! */