From 72930188588e54474298d464b943868f60300d7c Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Tue, 2 Oct 2012 17:25:32 +0200 Subject: add "parser" parameter to ruleset(), so that parser chain can be configured --- runtime/parser.h | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime/parser.h') diff --git a/runtime/parser.h b/runtime/parser.h index f214ba0c..87a6269e 100644 --- a/runtime/parser.h +++ b/runtime/parser.h @@ -62,6 +62,7 @@ BEGINinterface(parser) /* name must also be changed in ENDinterface macro! */ ENDinterface(parser) #define parserCURR_IF_VERSION 1 /* increment whenever you change the interface above! */ +void printParserList(parserList_t *pList); /* prototypes */ PROTOTYPEObj(parser); -- cgit v1.2.3