summaryrefslogtreecommitdiff
path: root/pith/filter.h
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2018-05-18 17:12:19 -0600
committerEduardo Chappa <chappa@washington.edu>2018-05-18 17:12:19 -0600
commit58396d907b993f849a7f32b9665b793c9a5c5d0e (patch)
treeff6c9b6b1e075c9f05938a4292a4a7a6a31aa2f5 /pith/filter.h
parentae4bbcf4e8bb991ad3106ff0d7799276912c5815 (diff)
downloadalpine-58396d907b993f849a7f32b9665b793c9a5c5d0e.tar.xz
* Release memory of a conversion table to UTF-8, if this was created by
us. * Some distributions of OpenSSL do not define ERR_free_strings and EVP_cleanup, so we only execute them when defined. Reported by Erich Eckner.
Diffstat (limited to 'pith/filter.h')
-rw-r--r--pith/filter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pith/filter.h b/pith/filter.h
index 89e085fe..fdcaad73 100644
--- a/pith/filter.h
+++ b/pith/filter.h
@@ -183,7 +183,7 @@ void gf_qp_8bit(FILTER_S *, int);
void gf_8bit_qp(FILTER_S *, int);
void gf_convert_8bit_charset(FILTER_S *, int);
void gf_convert_utf8_charset(FILTER_S *, int);
-void *gf_convert_utf8_charset_opt(void *, int);
+void *gf_convert_utf8_charset_opt(void *, int, int);
void gf_2022_jp_to_euc(FILTER_S *, int);
void gf_native8bitjapanese_to_2022_jp(FILTER_S *, int);
void gf_euc_to_2022_jp(FILTER_S *, int);