summaryrefslogtreecommitdiffstats
path: root/runtime/stringbuf.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-04-02 17:54:48 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-04-02 17:54:48 +0200
commit4ab540e3ba25a13fd079490ac52438e55dc92672 (patch)
tree14586687d81fa45ecadfebb54e3e05b0e8b43716 /runtime/stringbuf.h
parent1d16216aa326296673cc8520a8df351c4d492dfe (diff)
downloadrsyslog-4ab540e3ba25a13fd079490ac52438e55dc92672.tar.gz
rsyslog-4ab540e3ba25a13fd079490ac52438e55dc92672.tar.xz
rsyslog-4ab540e3ba25a13fd079490ac52438e55dc92672.zip
fully integrated regex patch
Now have removed the previous method, as really nobody should call it any longer (and now nobody does ;)). Also did some other cleanup.
Diffstat (limited to 'runtime/stringbuf.h')
-rw-r--r--runtime/stringbuf.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/runtime/stringbuf.h b/runtime/stringbuf.h
index 311d7f41..684133bb 100644
--- a/runtime/stringbuf.h
+++ b/runtime/stringbuf.h
@@ -136,8 +136,7 @@ int rsCStrCaseInsensitiveLocateInSzStr(cstr_t *pThis, uchar *sz);
int rsCStrStartsWithSzStr(cstr_t *pCS1, uchar *psz, size_t iLenSz);
int rsCStrCaseInsensitveStartsWithSzStr(cstr_t *pCS1, uchar *psz, size_t iLenSz);
int rsCStrSzStrStartsWithCStr(cstr_t *pCS1, uchar *psz, size_t iLenSz);
-rsRetVal rsCStrSzStrMatchRegex(cstr_t *pCS1, uchar *psz, int iType);
-int rsCStrSzStrMatchRegexCache(cstr_t *pCS1, uchar *psz, void *cache);
+rsRetVal rsCStrSzStrMatchRegex(cstr_t *pCS1, uchar *psz, int iType, void *cache);
void rsCStrRegexDestruct(void *rc);
rsRetVal rsCStrConvertToNumber(cstr_t *pStr, number_t *pNumber);
rsRetVal rsCStrConvertToBool(cstr_t *pStr, number_t *pBool);