summaryrefslogtreecommitdiffstats
path: root/grammar/rainerscript.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-09-04 15:54:40 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2012-09-04 15:54:40 +0200
commit3dd73d7f7194139a9b8bf1668f6192ead0c801ec (patch)
treee0cd4203227043a4057b8fa461ceab79f787998d /grammar/rainerscript.h
parent72f9fe88b24428067557a71405ee641a641bf7c4 (diff)
downloadrsyslog-3dd73d7f7194139a9b8bf1668f6192ead0c801ec.tar.gz
rsyslog-3dd73d7f7194139a9b8bf1668f6192ead0c801ec.tar.xz
rsyslog-3dd73d7f7194139a9b8bf1668f6192ead0c801ec.zip
new ruleengine: legacy action object properly constructed
Diffstat (limited to 'grammar/rainerscript.h')
-rw-r--r--grammar/rainerscript.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/grammar/rainerscript.h b/grammar/rainerscript.h
index 978f08ad..d69dd041 100644
--- a/grammar/rainerscript.h
+++ b/grammar/rainerscript.h
@@ -323,6 +323,7 @@ char *rmLeadingSpace(char *s);
struct cnfstmt * cnfstmtNewPRIFILT(char *prifilt, struct cnfstmt *t_then);
struct cnfstmt * cnfstmtNewPROPFILT(char *propfilt, struct cnfstmt *t_then);
struct cnfstmt * cnfstmtNewAct(struct nvlst *lst);
+struct cnfstmt * cnfstmtNewLegaAct(uchar *actline);
rsRetVal initRainerscript(void);
/* debug helper */