diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2012-09-06 10:48:24 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2012-09-06 10:48:24 +0200 |
commit | d3e96418f514cd69592be24af6a632a8491820fc (patch) | |
tree | 83de518f72e5d1d0939c39b1e5221c1a31514acc /grammar/rainerscript.h | |
parent | 7bf910ac461468c6b452be13ce9f4a7267641d31 (diff) | |
download | rsyslog-d3e96418f514cd69592be24af6a632a8491820fc.tar.gz rsyslog-d3e96418f514cd69592be24af6a632a8491820fc.tar.bz2 rsyslog-d3e96418f514cd69592be24af6a632a8491820fc.zip |
new ruleengine: implement rainerscript execution engine
Diffstat (limited to 'grammar/rainerscript.h')
-rw-r--r-- | grammar/rainerscript.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/grammar/rainerscript.h b/grammar/rainerscript.h index d69dd041..f41084c8 100644 --- a/grammar/rainerscript.h +++ b/grammar/rainerscript.h @@ -324,6 +324,7 @@ 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); +char* getFIOPName(unsigned iFIOP); rsRetVal initRainerscript(void); /* debug helper */ |