diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2012-09-10 18:41:43 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2012-09-10 18:41:43 +0200 |
commit | 7c0f8bf6c1413ab10015f656104cc3a42bea8907 (patch) | |
tree | cfdd82d9cca0ce4a9d29b64966a1b32442c85df5 /grammar/parserif.h | |
parent | 9fd578a8683813fe461b0b303ad23b9ee4f56ebc (diff) | |
parent | d3bb43798c95f9d95f9e031387f4aedd814c34ab (diff) | |
download | rsyslog-7c0f8bf6c1413ab10015f656104cc3a42bea8907.tar.gz rsyslog-7c0f8bf6c1413ab10015f656104cc3a42bea8907.tar.bz2 rsyslog-7c0f8bf6c1413ab10015f656104cc3a42bea8907.zip |
Merge branch 'master-newruleset'
Diffstat (limited to 'grammar/parserif.h')
-rw-r--r-- | grammar/parserif.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/grammar/parserif.h b/grammar/parserif.h index 597cfe40..aa271ec4 100644 --- a/grammar/parserif.h +++ b/grammar/parserif.h @@ -15,7 +15,7 @@ extern int yylineno; * these functions. */ void cnfDoObj(struct cnfobj *o); -void cnfDoRule(struct cnfrule *rule); +void cnfDoScript(struct cnfstmt *script); void cnfDoCfsysline(char *ln); void cnfDoBSDTag(char *ln); void cnfDoBSDHost(char *ln); |