diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2005-09-26 13:56:21 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2005-09-26 13:56:21 +0000 |
commit | 7fd25c33186a12ee1e9b855dc7cc33b0cf9a3ad3 (patch) | |
tree | da96c0e8114516ee4734e9e832a5b317f2d8b772 /stringbuf.h | |
parent | 58d50e94455c52385595146e9fa19563b162e912 (diff) | |
download | rsyslog-7fd25c33186a12ee1e9b855dc7cc33b0cf9a3ad3.tar.gz rsyslog-7fd25c33186a12ee1e9b855dc7cc33b0cf9a3ad3.tar.xz rsyslog-7fd25c33186a12ee1e9b855dc7cc33b0cf9a3ad3.zip |
added the "startwith" property-filter comparison operation
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 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
|