diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-07-16 06:26:39 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-07-16 06:26:39 +0000 |
commit | 6d9e5d4e27a221ac0308d6df006e20966fe22959 (patch) | |
tree | 449827c651b0af0f87a30c33d9f54b4563f778c1 /stringbuf.h | |
parent | 594ef8b85342fcb2aab5ac1d39623a07d643c921 (diff) | |
download | rsyslog-6d9e5d4e27a221ac0308d6df006e20966fe22959.tar.gz rsyslog-6d9e5d4e27a221ac0308d6df006e20966fe22959.tar.xz rsyslog-6d9e5d4e27a221ac0308d6df006e20966fe22959.zip |
integrated patch by Michel Samia to provide regex support for the filter
engine - many thanks!
Diffstat (limited to 'stringbuf.h')
-rwxr-xr-x | stringbuf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stringbuf.h b/stringbuf.h index de66051c..65dfe63f 100755 --- a/stringbuf.h +++ b/stringbuf.h @@ -121,6 +121,7 @@ int rsCStrLocateSzStr(rsCStrObj *pCStr, unsigned char *sz); int rsCStrLocateInSzStr(rsCStrObj *pThis, unsigned char *sz);
int rsCStrStartsWithSzStr(rsCStrObj *pCS1, unsigned char *psz, int iLenSz);
int rsCStrSzStrStartsWithCStr(rsCStrObj *pCS1, unsigned char *psz, int iLenSz);
+int rsCStrSzStrMatchRegex(rsCStrObj *pCS1, unsigned char *psz, int iLenSz);
/* now come inline-like functions */
#ifdef NDEBUG
|