summaryrefslogtreecommitdiffstats
path: root/outchannel.h
diff options
context:
space:
mode:
Diffstat (limited to 'outchannel.h')
-rw-r--r--outchannel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/outchannel.h b/outchannel.h
index eb12af7a..50d58bbb 100644
--- a/outchannel.h
+++ b/outchannel.h
@@ -7,9 +7,9 @@ struct outchannel {
struct outchannel *pNext;
char *pszName;
int iLenName;
- char *pszFileTemplate;
+ uchar *pszFileTemplate;
off_t uSizeLimit;
- char *cmdOnSizeLimit;
+ uchar *cmdOnSizeLimit;
};
struct outchannel* ochConstruct(void);