summaryrefslogtreecommitdiffstats
path: root/grammar/parserif.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-09-04 12:35:36 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2012-09-04 12:35:36 +0200
commitb473bae2d7bd907b5e9a6ee9fc7cadf92dfe69b8 (patch)
treeaa9b382885afcd38bd031b1b968ace24c99604a2 /grammar/parserif.h
parent68b9fe72b89ff47efdbed8fea4185bac84279a51 (diff)
downloadrsyslog-b473bae2d7bd907b5e9a6ee9fc7cadf92dfe69b8.tar.gz
rsyslog-b473bae2d7bd907b5e9a6ee9fc7cadf92dfe69b8.tar.bz2
rsyslog-b473bae2d7bd907b5e9a6ee9fc7cadf92dfe69b8.zip
new ruleengine: skeleton for reading conf file in place
code still does not work, actual functions not implemented
Diffstat (limited to 'grammar/parserif.h')
-rw-r--r--grammar/parserif.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/grammar/parserif.h b/grammar/parserif.h
index 597cfe40..3b2a9a7b 100644
--- a/grammar/parserif.h
+++ b/grammar/parserif.h
@@ -15,6 +15,7 @@ extern int yylineno;
* these functions.
*/
void cnfDoObj(struct cnfobj *o);
+void cnfDoScript(struct cnfstmt *script);
void cnfDoRule(struct cnfrule *rule);
void cnfDoCfsysline(char *ln);
void cnfDoBSDTag(char *ln);