summaryrefslogtreecommitdiffstats
path: root/stringbuf.h
diff options
context:
space:
mode:
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