From: Dave Love Date: Mon, 5 Jun 2000 14:22:54 +0000 (+0000) Subject: Declare code_convert_string_norecord. X-Git-Tag: emacs-pretest-21.0.90~3507 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=eb545596f03ef4b62c89f7678412a9eec46fcbd1;p=emacs.git Declare code_convert_string_norecord. --- diff --git a/src/coding.h b/src/coding.h index b76074796de..fa8959ba239 100644 --- a/src/coding.h +++ b/src/coding.h @@ -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;