summaryrefslogtreecommitdiff
path: root/stringbuf.h
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2008-05-03 09:59:54 +0200
committerMichael Biebl <biebl@debian.org>2008-05-03 09:59:54 +0200
commit24b3073e74d910f3c45ccfb1ad56c8e601eb2bc7 (patch)
tree93dad4af1ef471584f16db99a8a5b53fd2a259df /stringbuf.h
parentd7b2091ccb935f85ad5ad43e8fb1d467ff63f979 (diff)
downloadrsyslog-24b3073e74d910f3c45ccfb1ad56c8e601eb2bc7.tar.gz
Imported Upstream version 3.16.1upstream/3.16.1
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 aa31884..0d61769 100644
--- a/stringbuf.h
+++ b/stringbuf.h
@@ -161,4 +161,7 @@ rsRetVal rsCStrAppendCStr(cstr_t *pThis, cstr_t *pstrAppend);
#define rsCStrGetBufBeg(x) ((x)->pBuf)
+rsRetVal strInit();
+rsRetVal strExit();
+
#endif /* single include */