summaryrefslogtreecommitdiffstats
path: root/stringbuf.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-01-06 12:12:57 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-01-06 12:12:57 +0000
commitb083f699422e08c192130e6f020d7fb002131dda (patch)
tree4b75c2fcad55b491466ed8db2cf3c56ea6d11d37 /stringbuf.h
parent35306d123149bbbb80414691022def865bc2d80d (diff)
downloadrsyslog-b083f699422e08c192130e6f020d7fb002131dda.tar.gz
rsyslog-b083f699422e08c192130e6f020d7fb002131dda.tar.xz
rsyslog-b083f699422e08c192130e6f020d7fb002131dda.zip
worked a bit on object serialization
Diffstat (limited to 'stringbuf.h')
-rwxr-xr-xstringbuf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/stringbuf.h b/stringbuf.h
index e116e4b5..b345dd47 100755
--- a/stringbuf.h
+++ b/stringbuf.h
@@ -123,7 +123,7 @@ void rsCStrSetAllocIncrement(rsCStrObj *pThis, int iNewIncrement);
* Append an integer to the string. No special formatting is
* done.
*/
-rsRetVal rsCStrAppendInt(rsCStrObj *pThis, int i);
+rsRetVal rsCStrAppendInt(rsCStrObj *pThis, long i);
uchar* rsCStrGetSzStr(rsCStrObj *pThis);