From f227fdedfb1d71fd234cd729ca81bbb9bee44e1a Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 23 Feb 2002 18:39:29 +0000 Subject: (run_pre_post_conversion_on_str): Add prototype. --- src/coding.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/coding.h') diff --git a/src/coding.h b/src/coding.h index 69b5c69afbb..500f02acf32 100644 --- a/src/coding.h +++ b/src/coding.h @@ -626,6 +626,9 @@ extern void coding_restore_composition P_ ((struct coding_system *, 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)); -- cgit v1.2.1