From 7fd25c33186a12ee1e9b855dc7cc33b0cf9a3ad3 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Mon, 26 Sep 2005 13:56:21 +0000 Subject: added the "startwith" property-filter comparison operation --- stringbuf.h | 1 + 1 file changed, 1 insertion(+) (limited to 'stringbuf.h') 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 -- cgit