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.c | |
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.c')
-rw-r--r-- | grammar/rainerscript.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/grammar/rainerscript.c b/grammar/rainerscript.c index 20cf2f6d..dc2ef64c 100644 --- a/grammar/rainerscript.c +++ b/grammar/rainerscript.c @@ -49,7 +49,7 @@ DEFobjCurrIf(obj) DEFobjCurrIf(regexp) -static char* +char* getFIOPName(unsigned iFIOP) { char *pRet; |