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 /rfc2045/rfc3676parser.h | |
| parent | 51ba33a2e4b3a1e2679d240549c57963a845ae7c (diff) | |
| download | courier-libs-914d160ada16463a76d42011aa8d721134fba9b8.tar.bz2 | |
courier-unicode API update.
Diffstat (limited to 'rfc2045/rfc3676parser.h')
| -rw-r--r-- | rfc2045/rfc3676parser.h | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/rfc2045/rfc3676parser.h b/rfc2045/rfc3676parser.h index 3890983..497792c 100644 --- a/rfc2045/rfc3676parser.h +++ b/rfc2045/rfc3676parser.h @@ -61,7 +61,7 @@ struct rfc3676_parser_info {  	** rfc3676_parse() or rfc3676_deinit() returns the non-0 value.  	*/ -	int (*line_contents)(const unicode_char *txt, /* Contents */ +	int (*line_contents)(const char32_t *txt, /* Contents */  			     size_t txt_size,  			     /* Count of unicode chars in txt */  			     void *arg); @@ -135,7 +135,7 @@ namespace mail {  	extern "C" int tpp_trampoline_line_begin(size_t, void *); -	extern "C" int tpp_trampoline_line_contents(const unicode_char *, +	extern "C" int tpp_trampoline_line_contents(const char32_t *,  						    size_t, void *);  	extern "C" int tpp_trampoline_line_flowed_notify(void *); @@ -185,7 +185,7 @@ namespace mail {  		virtual void line_begin(size_t); -		virtual void line_contents(const unicode_char *, +		virtual void line_contents(const char32_t *,  					   size_t);  		virtual void line_flowed_notify(); | 
