From eb545596f03ef4b62c89f7678412a9eec46fcbd1 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Mon, 5 Jun 2000 14:22:54 +0000 Subject: [PATCH] Declare code_convert_string_norecord. --- src/coding.h | 2 ++ 1 file changed, 2 insertions(+) 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; -- 2.39.2