diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2004-11-18 15:29:41 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2004-11-18 15:29:41 +0000 |
commit | fb5606f892184461ba22c030090ec94913e4aeb1 (patch) | |
tree | 6f5aeace4b9484d3921f410e8281a569492ec463 /stringbuf.c | |
parent | 9a7c44921d6d17ae577c854f6c9606d5a1a0189e (diff) | |
download | rsyslog-fb5606f892184461ba22c030090ec94913e4aeb1.tar.gz rsyslog-fb5606f892184461ba22c030090ec94913e4aeb1.tar.bz2 rsyslog-fb5606f892184461ba22c030090ec94913e4aeb1.zip |
MsgObjNearlyCompleted
Diffstat (limited to 'stringbuf.c')
-rwxr-xr-x | stringbuf.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/stringbuf.c b/stringbuf.c index 484d0710..d52c4455 100755 --- a/stringbuf.c +++ b/stringbuf.c @@ -43,6 +43,7 @@ #include <string.h>
#include "liblogging-stub.h"
#include "stringbuf.h"
+#include "srUtils.h"
/* ################################################################# *
* private members *
@@ -101,7 +102,6 @@ srRetVal sbStrBAppendStr(sbStrBObj *pThis, char* psz) }
-#if 0 /* we hope we don't need this ;) */
srRetVal sbStrBAppendInt(sbStrBObj *pThis, int i)
{
srRetVal iRet;
@@ -114,7 +114,6 @@ srRetVal sbStrBAppendInt(sbStrBObj *pThis, int i) return sbStrBAppendStr(pThis, szBuf);
}
-#endif
srRetVal sbStrBAppendChar(sbStrBObj *pThis, char c)
|