summaryrefslogtreecommitdiffstats
path: root/runtime/parser.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-10-02 17:25:32 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2012-10-02 17:25:32 +0200
commit72930188588e54474298d464b943868f60300d7c (patch)
treeff7de847cb9b0e067663da25ee25a345580b676e /runtime/parser.h
parent7a5cfb14adc096ddaa030b9a082ac6d248ba427a (diff)
downloadrsyslog-72930188588e54474298d464b943868f60300d7c.tar.gz
rsyslog-72930188588e54474298d464b943868f60300d7c.tar.bz2
rsyslog-72930188588e54474298d464b943868f60300d7c.zip
add "parser" parameter to ruleset(), so that parser chain can be configured
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 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);