summaryrefslogtreecommitdiffstats
path: root/stringbuf.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-04-15 11:03:07 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-04-15 11:03:07 +0200
commitb7fec51ba7b1042313b51dc27102fa0a9cebafb5 (patch)
treeebe76258f2aecbe771ea8fe2dab633f8e7e278f9 /stringbuf.h
parentbcd2661167998b7a986f31e5f6f3b691ab0a662a (diff)
parentf4b26f77ab03a1bacf2c49a1982fabe2a58ccb9d (diff)
downloadrsyslog-b7fec51ba7b1042313b51dc27102fa0a9cebafb5.tar.gz
rsyslog-b7fec51ba7b1042313b51dc27102fa0a9cebafb5.tar.xz
rsyslog-b7fec51ba7b1042313b51dc27102fa0a9cebafb5.zip
Merge branch 'v3-stable' into beta
Conflicts: ChangeLog doc/manual.html
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 aa31884e..0d617699 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 */