summaryrefslogtreecommitdiffstats
path: root/dirty.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-05-06 15:05:39 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-05-06 15:05:39 +0200
commite0a2745d3f84a2f22ffce029de14e38a6433b402 (patch)
tree7d18d01a3ee8a23d0f34ea2fd037e400911e794e /dirty.h
parent02795031a3021698baf857ae0c3af0ce38cd7cd4 (diff)
downloadrsyslog-e0a2745d3f84a2f22ffce029de14e38a6433b402.tar.gz
rsyslog-e0a2745d3f84a2f22ffce029de14e38a6433b402.tar.xz
rsyslog-e0a2745d3f84a2f22ffce029de14e38a6433b402.zip
some cleanup (gotten rid of some more plain chars)
Diffstat (limited to 'dirty.h')
-rw-r--r--dirty.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dirty.h b/dirty.h
index fe188acd..6c451662 100644
--- a/dirty.h
+++ b/dirty.h
@@ -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);