summaryrefslogtreecommitdiffstats
path: root/outchannel.c
diff options
context:
space:
mode:
Diffstat (limited to 'outchannel.c')
-rw-r--r--outchannel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/outchannel.c b/outchannel.c
index ef4f1ac6..a0ee01b3 100644
--- a/outchannel.c
+++ b/outchannel.c
@@ -175,7 +175,7 @@ static int get_restOfLine(char **pp, char **pBuf)
* There might be some whitespace between the field (but not within)
* and the commas. This can be removed.
*/
-struct outchannel *ochAddLine(char* pName, char** ppRestOfConfLine)
+struct outchannel *ochAddLine(char* pName, unsigned char** ppRestOfConfLine)
{
struct outchannel *pOch;
char *p;