summaryrefslogtreecommitdiffstats
path: root/stringbuf.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-04-15 11:07:59 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-04-15 11:07:59 +0200
commit61ba5ff5955742b68a24d7b135ad07c29b48fa2f (patch)
treeda96436375c623133fef91bb6cb9185e735bb8d4 /stringbuf.h
parent63d4de81ec485425231676d53813ff465249e800 (diff)
parentb7fec51ba7b1042313b51dc27102fa0a9cebafb5 (diff)
downloadrsyslog-61ba5ff5955742b68a24d7b135ad07c29b48fa2f.tar.gz
rsyslog-61ba5ff5955742b68a24d7b135ad07c29b48fa2f.tar.xz
rsyslog-61ba5ff5955742b68a24d7b135ad07c29b48fa2f.zip
Merge branch 'beta'
Conflicts: ChangeLog configure.ac doc/ommail.html queue.c
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 */