From 8dc836cf04eaf061fb4ee31bcc771e2297f7630b Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Wed, 19 Oct 2005 11:33:57 +0000 Subject: fixing a bug with the "startswith" comparison mode; more work on BSD-style host blocks --- stringbuf.h | 1 + 1 file changed, 1 insertion(+) (limited to 'stringbuf.h') diff --git a/stringbuf.h b/stringbuf.h index c4e6492d..3b039358 100755 --- a/stringbuf.h +++ b/stringbuf.h @@ -110,6 +110,7 @@ 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); +int rsCStrSzStrStartsWithCStr(rsCStrObj *pCS1, char *psz, int iLenSz); /* now come inline-like functions */ #ifdef NDEBUG -- cgit