diff options
| author | Sam Varshavchik | 2017-03-09 06:47:37 -0500 | 
|---|---|---|
| committer | Sam Varshavchik | 2017-03-09 06:47:37 -0500 | 
| commit | 914d160ada16463a76d42011aa8d721134fba9b8 (patch) | |
| tree | 0ca27e91d287778259c8b8f50b7cec0f5e4bafa4 /sqwebmail/newmsg.h | |
| parent | 51ba33a2e4b3a1e2679d240549c57963a845ae7c (diff) | |
| download | courier-libs-914d160ada16463a76d42011aa8d721134fba9b8.tar.bz2 | |
courier-unicode API update.
Diffstat (limited to 'sqwebmail/newmsg.h')
| -rw-r--r-- | sqwebmail/newmsg.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/sqwebmail/newmsg.h b/sqwebmail/newmsg.h index b86742a..3cd0394 100644 --- a/sqwebmail/newmsg.h +++ b/sqwebmail/newmsg.h @@ -30,7 +30,7 @@ struct wrap_info {  	void (*output_func)(const char *p, size_t l, void *arg);  	void *arg; -	const unicode_char *uc; +	const char32_t *uc;  	size_t ucsize;  	size_t cur_index; | 
