diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2010-12-01 08:46:20 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2010-12-01 08:46:20 +0100 |
commit | b9d3cdceabf91bc28f8f6d31cfe9332724e37bbf (patch) | |
tree | 96a93ba0f76797fa9a52cccd18a3cfeab47250e6 /runtime/msg.c | |
parent | d1ccc0302653017782a59c3ff9e5f7e69811173e (diff) | |
download | rsyslog-b9d3cdceabf91bc28f8f6d31cfe9332724e37bbf.tar.gz rsyslog-b9d3cdceabf91bc28f8f6d31cfe9332724e37bbf.tar.bz2 rsyslog-b9d3cdceabf91bc28f8f6d31cfe9332724e37bbf.zip |
milestone: added mmnormalize (compiles, but untested)
Diffstat (limited to 'runtime/msg.c')
-rw-r--r-- | runtime/msg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/msg.c b/runtime/msg.c index 82565f18..346389fc 100644 --- a/runtime/msg.c +++ b/runtime/msg.c @@ -1198,7 +1198,7 @@ char *getProtocolVersionString(msg_t *pM) } -static inline void +void getRawMsg(msg_t *pM, uchar **pBuf, int *piLen) { if(pM == NULL) { |