diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-04-11 15:08:09 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-04-11 15:08:09 +0200 |
commit | 2b51fcab7b8f16ae9a970670d89e31deef4fe1e1 (patch) | |
tree | 5146b750c15b0bab85a10f2fa371cf6027088f8f /stringbuf.h | |
parent | 8fae8b6d86728e4786d1fde82006ac64aee0da63 (diff) | |
download | rsyslog-2b51fcab7b8f16ae9a970670d89e31deef4fe1e1.tar.gz rsyslog-2b51fcab7b8f16ae9a970670d89e31deef4fe1e1.tar.bz2 rsyslog-2b51fcab7b8f16ae9a970670d89e31deef4fe1e1.zip |
applied patch from Tiziano Müller to remove some compiler warnings
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 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 */ |