From c8b946aa94251a93fc934d8e3e875f5f26fcfcfd Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Mon, 7 Jan 2008 08:38:14 +0000 Subject: performance-tuned stringbuf class --- stringbuf.h | 1 + 1 file changed, 1 insertion(+) (limited to 'stringbuf.h') diff --git a/stringbuf.h b/stringbuf.h index b345dd47..59f6e2fc 100755 --- a/stringbuf.h +++ b/stringbuf.h @@ -118,6 +118,7 @@ rsRetVal rsCStrAppendStrWithLen(rsCStrObj *pThis, uchar* psz, size_t iStrLen); * if you are very well aware why you are doing it ;) */ void rsCStrSetAllocIncrement(rsCStrObj *pThis, int iNewIncrement); +#define rsCStrGetAllocIncrement(pThis) ((pThis)->iAllocIncrement) /** * Append an integer to the string. No special formatting is -- cgit v1.2.3