changeset 29438:8c825a8566f5

Declare code_convert_string_norecord.
author Dave Love <fx@gnu.org>
date Mon, 05 Jun 2000 14:22:54 +0000
parents 979a75b2755b
children b5e905b3b506
files src/coding.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/coding.h	Mon Jun 05 14:22:26 2000 +0000
+++ b/src/coding.h	Mon Jun 05 14:22:54 2000 +0000
@@ -635,6 +635,8 @@
 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;