]> git.eshelyaron.com Git - emacs.git/commitdiff
Declare code_convert_string_norecord.
authorDave Love <fx@gnu.org>
Mon, 5 Jun 2000 14:22:54 +0000 (14:22 +0000)
committerDave Love <fx@gnu.org>
Mon, 5 Jun 2000 14:22:54 +0000 (14:22 +0000)
src/coding.h

index b76074796de91fb5dca5861b4540c5550f77a938..fa8959ba239165e42025022ac90b6525c315d9b5 100644 (file)
@@ -635,6 +635,8 @@ extern char *get_conversion_buffer P_ ((int));
 extern int setup_coding_system P_ ((Lisp_Object, struct coding_system *));
 extern Lisp_Object code_convert_string P_ ((Lisp_Object,
                                            struct coding_system *, int, int));
+extern Lisp_Object code_convert_string_norecord P_ ((Lisp_Object, Lisp_Object,
+                                                    int));
 extern void setup_raw_text_coding_system P_ ((struct coding_system *));
 extern Lisp_Object Qcoding_system, Qeol_type, Qcoding_category_index;
 extern Lisp_Object Qraw_text, Qemacs_mule;