From 79ca6100e64b3fff6f52444f121ee1f7642a7b04 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Fri, 22 Feb 2008 18:13:01 +0000 Subject: worked a bit on var_t data type conversion --- stringbuf.h | 1 + 1 file changed, 1 insertion(+) (limited to 'stringbuf.h') diff --git a/stringbuf.h b/stringbuf.h index 1c4ff04b..02720c2a 100755 --- a/stringbuf.h +++ b/stringbuf.h @@ -138,6 +138,7 @@ int rsCStrLocateInSzStr(cstr_t *pThis, uchar *sz); int rsCStrStartsWithSzStr(cstr_t *pCS1, uchar *psz, size_t iLenSz); int rsCStrSzStrStartsWithCStr(cstr_t *pCS1, uchar *psz, size_t iLenSz); int rsCStrSzStrMatchRegex(cstr_t *pCS1, uchar *psz); +int rsCStrCanConvertToNumber(cstr_t *pStr); /* now come inline-like functions */ #ifdef NDEBUG -- cgit