diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-04-15 11:07:59 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-04-15 11:07:59 +0200 |
commit | 61ba5ff5955742b68a24d7b135ad07c29b48fa2f (patch) | |
tree | da96436375c623133fef91bb6cb9185e735bb8d4 /stringbuf.h | |
parent | 63d4de81ec485425231676d53813ff465249e800 (diff) | |
parent | b7fec51ba7b1042313b51dc27102fa0a9cebafb5 (diff) | |
download | rsyslog-61ba5ff5955742b68a24d7b135ad07c29b48fa2f.tar.gz rsyslog-61ba5ff5955742b68a24d7b135ad07c29b48fa2f.tar.bz2 rsyslog-61ba5ff5955742b68a24d7b135ad07c29b48fa2f.zip |
Merge branch 'beta'
Conflicts:
ChangeLog
configure.ac
doc/ommail.html
queue.c
Diffstat (limited to 'stringbuf.h')
-rw-r--r-- | stringbuf.h | 3 |
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 */ |