summaryrefslogtreecommitdiffstats
path: root/outchannel.h
diff options
context:
space:
mode:
Diffstat (limited to 'outchannel.h')
-rw-r--r--outchannel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/outchannel.h b/outchannel.h
index 45957407..eb12af7a 100644
--- a/outchannel.h
+++ b/outchannel.h
@@ -13,7 +13,7 @@ struct outchannel {
};
struct outchannel* ochConstruct(void);
-struct outchannel *ochAddLine(char* pName, char** pRestOfConfLine);
+struct outchannel *ochAddLine(char* pName, unsigned char** pRestOfConfLine);
struct outchannel *ochFind(char *pName, int iLenName);
void ochDeleteAll(void);
void ochPrintList(void);