summaryrefslogtreecommitdiffstats
path: root/stringbuf.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-02-22 18:13:01 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-02-22 18:13:01 +0000
commit79ca6100e64b3fff6f52444f121ee1f7642a7b04 (patch)
treef45da675d90c84b8b863cd0bc00f5ee839a560ad /stringbuf.h
parent75e9a2dc69bad2fe10cc60d801019731069005cf (diff)
downloadrsyslog-79ca6100e64b3fff6f52444f121ee1f7642a7b04.tar.gz
rsyslog-79ca6100e64b3fff6f52444f121ee1f7642a7b04.tar.xz
rsyslog-79ca6100e64b3fff6f52444f121ee1f7642a7b04.zip
worked a bit on var_t data type conversion
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 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