Mercurial > emacs
changeset 43486:72a36dc37ced
(run_pre_post_conversion_on_str): Add prototype.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 23 Feb 2002 18:38:25 +0000 |
parents | f21323215c56 |
children | 8084180ea261 |
files | src/coding.h |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/coding.h Sat Feb 23 18:24:55 2002 +0000 +++ b/src/coding.h Sat Feb 23 18:38:25 2002 +0000 @@ -626,6 +626,9 @@ Lisp_Object)); extern int code_convert_region P_ ((int, int, int, int, struct coding_system *, int, int)); +extern Lisp_Object run_pre_post_conversion_on_str P_ ((Lisp_Object, + struct coding_system *, + int)); extern int decoding_buffer_size P_ ((struct coding_system *, int)); extern int encoding_buffer_size P_ ((struct coding_system *, int)); extern void detect_coding P_ ((struct coding_system *, unsigned char *, int));