summaryrefslogtreecommitdiffstats
path: root/dirty.h
diff options
context:
space:
mode:
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 fdded6ed..fe188acd 100644
--- a/dirty.h
+++ b/dirty.h
@@ -41,7 +41,7 @@
#define MSG_DONT_PARSE_HOSTNAME 0
rsRetVal submitMsg(msg_t *pMsg);
-rsRetVal logmsgInternal(int pri, char *msg, int flags);
+rsRetVal logmsgInternal(int pri, uchar *msg, int flags);
rsRetVal parseAndSubmitMessage(char *hname, char *msg, int len, int bParseHost, int flags, flowControl_t flowCtlType);
/* TODO: the following 2 need to go in conf obj interface... */