diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-07-04 09:41:42 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-07-04 09:41:42 +0000 |
commit | 456c701f8cc82b30babb0234dc6bac827859b21a (patch) | |
tree | 315dd070d42926a689caa8de8f27b76e3b5f947b /outchannel.h | |
parent | 5aa36b63aeedc7801f7c187b98d538b01898c04c (diff) | |
download | rsyslog-456c701f8cc82b30babb0234dc6bac827859b21a.tar.gz rsyslog-456c701f8cc82b30babb0234dc6bac827859b21a.tar.xz rsyslog-456c701f8cc82b30babb0234dc6bac827859b21a.zip |
some more unsigned char conversions...
Diffstat (limited to 'outchannel.h')
-rw-r--r-- | outchannel.h | 2 |
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); |