]> code.delx.au - gnu-emacs/commitdiff
(run_pre_post_conversion_on_str): Add prototype.
authorEli Zaretskii <eliz@gnu.org>
Sat, 23 Feb 2002 18:39:29 +0000 (18:39 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 23 Feb 2002 18:39:29 +0000 (18:39 +0000)
src/ChangeLog
src/coding.h

index fa23e338bb1780f233f75fe8fd0fe45d4f824628..209761574f8d810a7e663a507427323acd01643f 100644 (file)
@@ -1,3 +1,7 @@
+2002-02-23  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * coding.h (run_pre_post_conversion_on_str): Add prototype.
+
 2002-02-23  Jason Rumney  <jasonr@gnu.org>
 
        * w32select.c (Fw32_set_clipboard_data): Run pre-write-conversion
index 69b5c69afbb0f1cfcff65c0a50cc41f33ec929b2..500f02acf328858caded112c48b70cc7929298d5 100644 (file)
@@ -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));