diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2012-09-04 12:35:36 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2012-09-04 12:35:36 +0200 |
commit | b473bae2d7bd907b5e9a6ee9fc7cadf92dfe69b8 (patch) | |
tree | aa9b382885afcd38bd031b1b968ace24c99604a2 /grammar/parserif.h | |
parent | 68b9fe72b89ff47efdbed8fea4185bac84279a51 (diff) | |
download | rsyslog-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.h | 1 |
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); |