From 9a39532d953ac2a486635316ffd1970c993753de Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Fri, 9 Sep 2005 12:52:23 +0000 Subject: initial implementation of the counted string class completed (but so far only a very feature-less class). code compiles again. --- stringbuf.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'stringbuf.h') diff --git a/stringbuf.h b/stringbuf.h index c53ff2d5..e0138bdc 100755 --- a/stringbuf.h +++ b/stringbuf.h @@ -102,4 +102,6 @@ void rsCStrSetAllocIncrement(rsCStrObj *pThis, int iNewIncrement); srRetVal rsCStrAppendInt(rsCStrObj *pThis, int i); +char* rsCStrConvSzStrAndDestruct(rsCStrObj *pThis); +int rsCStrLen(rsCStrObj *pThis); #endif -- cgit