summaryrefslogtreecommitdiffstats
path: root/stringbuf.h
diff options
context:
space:
mode:
Diffstat (limited to 'stringbuf.h')
-rwxr-xr-xstringbuf.h2
1 files changed, 2 insertions, 0 deletions
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