summaryrefslogtreecommitdiffstats
path: root/stringbuf.h
diff options
context:
space:
mode:
Diffstat (limited to 'stringbuf.h')
-rw-r--r--stringbuf.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/stringbuf.h b/stringbuf.h
index 3475b8f6..e44e86e1 100644
--- a/stringbuf.h
+++ b/stringbuf.h
@@ -162,4 +162,7 @@ rsRetVal rsCStrAppendCStr(cstr_t *pThis, cstr_t *pstrAppend);
#define rsCStrGetBufBeg(x) ((x)->pBuf)
+rsRetVal strInit();
+rsRetVal strExit();
+
#endif /* single include */