summaryrefslogtreecommitdiffstats
path: root/runtime/conf.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-09-04 14:51:35 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2012-09-04 14:51:35 +0200
commitc596f1c1b2b6df18a9209d436a8255d96f437b54 (patch)
treec98aea6002cf929ca9a69e63de1954320115d6a2 /runtime/conf.h
parentb473bae2d7bd907b5e9a6ee9fc7cadf92dfe69b8 (diff)
downloadrsyslog-c596f1c1b2b6df18a9209d436a8255d96f437b54.tar.gz
rsyslog-c596f1c1b2b6df18a9209d436a8255d96f437b54.tar.xz
rsyslog-c596f1c1b2b6df18a9209d436a8255d96f437b54.zip
new ruleengine: PROP and PRI legacy filter structures properly created
Diffstat (limited to 'runtime/conf.h')
-rw-r--r--runtime/conf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/conf.h b/runtime/conf.h
index 018d9111..04b69bc9 100644
--- a/runtime/conf.h
+++ b/runtime/conf.h
@@ -65,8 +65,8 @@ rsRetVal cflineParseFileName(uchar* p, uchar *pFileName, omodStringRequest_t *pO
/* more dirt to cover the new config interface (will go away...) */
rsRetVal cflineProcessTagSelector(uchar **pline);
rsRetVal cflineProcessHostSelector(uchar **pline);
-rsRetVal cflineProcessTradPRIFilter(uchar **pline, rule_t *pRule);
-rsRetVal cflineProcessPropFilter(uchar **pline, rule_t *f);
+rsRetVal DecodePRIFilter(uchar *pline, uchar pmask[]);
+rsRetVal DecodePropFilter(uchar *pline, struct cnfstmt *stmt);
rsRetVal cflineDoAction(rsconf_t *conf, uchar **p, action_t **ppAction);
extern EHostnameCmpMode eDfltHostnameCmpMode;
extern cstr_t *pDfltHostnameCmp;