From 58d50e94455c52385595146e9fa19563b162e912 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Mon, 26 Sep 2005 13:14:03 +0000 Subject: added isequal comparison operation; ability to negat comparison operations fixed some bugs --- stringbuf.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'stringbuf.h') diff --git a/stringbuf.h b/stringbuf.h index 053f10c7..a5e99392 100755 --- a/stringbuf.h +++ b/stringbuf.h @@ -103,7 +103,8 @@ rsRetVal rsCStrAppendInt(rsCStrObj *pThis, int i); char* rsCStrGetSzStr(rsCStrObj *pThis); char* rsCStrConvSzStrAndDestruct(rsCStrObj *pThis); int rsCStrCStrCmp(rsCStrObj *pCS1, rsCStrObj *pCS2); -int rsCStrSzCmp(rsCStrObj *pCStr, char *sz); +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); -- cgit v1.2.3