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/html.h | |
| parent | 51ba33a2e4b3a1e2679d240549c57963a845ae7c (diff) | |
| download | courier-libs-914d160ada16463a76d42011aa8d721134fba9b8.tar.bz2 | |
courier-unicode API update.
Diffstat (limited to 'sqwebmail/html.h')
| -rw-r--r-- | sqwebmail/html.h | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/sqwebmail/html.h b/sqwebmail/html.h index c8d25fa..658dade 100644 --- a/sqwebmail/html.h +++ b/sqwebmail/html.h @@ -13,11 +13,11 @@  struct htmlfilter_info;  extern struct htmlfilter_info -*htmlfilter_alloc(void (*)(const unicode_char *, size_t, void *), void *); +*htmlfilter_alloc(void (*)(const char32_t *, size_t, void *), void *);  extern void htmlfilter_free(struct htmlfilter_info *);  extern void htmlfilter(struct htmlfilter_info *, -		       const unicode_char *, size_t); +		       const char32_t *, size_t);  extern void htmlfilter_set_contentbase(struct htmlfilter_info *,  				   const char *); | 
