diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-05-06 15:05:39 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-05-06 15:05:39 +0200 |
commit | e0a2745d3f84a2f22ffce029de14e38a6433b402 (patch) | |
tree | 7d18d01a3ee8a23d0f34ea2fd037e400911e794e /dirty.h | |
parent | 02795031a3021698baf857ae0c3af0ce38cd7cd4 (diff) | |
download | rsyslog-e0a2745d3f84a2f22ffce029de14e38a6433b402.tar.gz rsyslog-e0a2745d3f84a2f22ffce029de14e38a6433b402.tar.bz2 rsyslog-e0a2745d3f84a2f22ffce029de14e38a6433b402.zip |
some cleanup (gotten rid of some more plain chars)
Diffstat (limited to 'dirty.h')
-rw-r--r-- | dirty.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ rsRetVal submitMsg(msg_t *pMsg); rsRetVal logmsgInternal(int pri, uchar *msg, int flags); -rsRetVal parseAndSubmitMessage(char *hname, char *msg, int len, int bParseHost, int flags, flowControl_t flowCtlType); +rsRetVal parseAndSubmitMessage(uchar *hname, uchar *msg, int len, int bParseHost, int flags, flowControl_t flowCtlType); /* TODO: the following 2 need to go in conf obj interface... */ rsRetVal cflineParseTemplateName(uchar** pp, omodStringRequest_t *pOMSR, int iEntry, int iTplOpts, uchar *dfltTplName); |