summaryrefslogtreecommitdiffstats
path: root/parse.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2005-09-19 15:52:43 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2005-09-19 15:52:43 +0000
commit6c2956163de3be527cc34387ee0bbfdd64a5c4ef (patch)
tree010cfb576af5217ed8138f737c740b2d798769c3 /parse.h
parent3e8ba29e5cf041b9056b7a14f0000a9c1557fed0 (diff)
downloadrsyslog-6c2956163de3be527cc34387ee0bbfdd64a5c4ef.tar.gz
rsyslog-6c2956163de3be527cc34387ee0bbfdd64a5c4ef.tar.xz
rsyslog-6c2956163de3be527cc34387ee0bbfdd64a5c4ef.zip
added capability to filter on any property in selector lines
Diffstat (limited to 'parse.h')
-rw-r--r--parse.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/parse.h b/parse.h
index f5207d42..6bbc4afd 100644
--- a/parse.h
+++ b/parse.h
@@ -42,6 +42,12 @@ struct rsParsObject
};
typedef struct rsParsObject rsParsObj;
+
+/* BEGIN "inline"-like functions */
+/* END "inline"-like functions */
+
+int rsParsGetParsePointer(rsParsObj *pThis);
+
/**
* Construct a rsPars object.
*/