# HG changeset patch # User Eli Zaretskii # Date 1014489505 0 # Node ID 72a36dc37cedbbb4908222a0bde5a26907eb7dab # Parent f21323215c566ba18fba62b161c30da6926aa18b (run_pre_post_conversion_on_str): Add prototype. diff -r f21323215c56 -r 72a36dc37ced src/coding.h --- 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));