summaryrefslogtreecommitdiffstats
path: root/stringbuf.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2005-09-26 13:56:21 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2005-09-26 13:56:21 +0000
commit7fd25c33186a12ee1e9b855dc7cc33b0cf9a3ad3 (patch)
treeda96c0e8114516ee4734e9e832a5b317f2d8b772 /stringbuf.h
parent58d50e94455c52385595146e9fa19563b162e912 (diff)
downloadrsyslog-7fd25c33186a12ee1e9b855dc7cc33b0cf9a3ad3.tar.gz
rsyslog-7fd25c33186a12ee1e9b855dc7cc33b0cf9a3ad3.tar.xz
rsyslog-7fd25c33186a12ee1e9b855dc7cc33b0cf9a3ad3.zip
added the "startwith" property-filter comparison operation
Diffstat (limited to 'stringbuf.h')
-rwxr-xr-xstringbuf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/stringbuf.h b/stringbuf.h
index a5e99392..66288bce 100755
--- a/stringbuf.h
+++ b/stringbuf.h
@@ -107,6 +107,7 @@ int rsCStrSzStrCmp(rsCStrObj *pCS1, char *psz, int iLenSz);
int rsCStrOffsetSzStrCmp(rsCStrObj *pCS1, int iOffset, char *psz, int iLenSz);
int rsCStrLocateSzStr(rsCStrObj *pCStr, char *sz);
int rsCStrLocateInSzStr(rsCStrObj *pThis, char *sz);
+int rsCStrStartsWithSzStr(rsCStrObj *pCS1, char *psz, int iLenSz);
/* now come inline-like functions */
#ifdef NDEBUG