diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2012-09-04 14:51:35 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2012-09-04 14:51:35 +0200 |
commit | c596f1c1b2b6df18a9209d436a8255d96f437b54 (patch) | |
tree | c98aea6002cf929ca9a69e63de1954320115d6a2 /grammar/parserif.h | |
parent | b473bae2d7bd907b5e9a6ee9fc7cadf92dfe69b8 (diff) | |
download | rsyslog-c596f1c1b2b6df18a9209d436a8255d96f437b54.tar.gz rsyslog-c596f1c1b2b6df18a9209d436a8255d96f437b54.tar.bz2 rsyslog-c596f1c1b2b6df18a9209d436a8255d96f437b54.zip |
new ruleengine: PROP and PRI legacy filter structures properly created
Diffstat (limited to 'grammar/parserif.h')
-rw-r--r-- | grammar/parserif.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/grammar/parserif.h b/grammar/parserif.h index 3b2a9a7b..aa271ec4 100644 --- a/grammar/parserif.h +++ b/grammar/parserif.h @@ -16,7 +16,6 @@ extern int yylineno; */ void cnfDoObj(struct cnfobj *o); void cnfDoScript(struct cnfstmt *script); -void cnfDoRule(struct cnfrule *rule); void cnfDoCfsysline(char *ln); void cnfDoBSDTag(char *ln); void cnfDoBSDHost(char *ln); |