]> code.delx.au - gnu-emacs/commitdiff
(decode_coding_string): Declare.
authorKen Raeburn <raeburn@raeburn.org>
Tue, 8 Aug 2000 14:40:19 +0000 (14:40 +0000)
committerKen Raeburn <raeburn@raeburn.org>
Tue, 8 Aug 2000 14:40:19 +0000 (14:40 +0000)
src/coding.h

index 4692e1ddc71563d81076ee5a2e66a7f1e2baf553..cb0b1755b1d3a2a807a16236ef29bcfffadd980b 100644 (file)
@@ -632,6 +632,8 @@ extern Lisp_Object code_convert_string_norecord P_ ((Lisp_Object, Lisp_Object,
 extern void setup_raw_text_coding_system P_ ((struct coding_system *));
 extern Lisp_Object encode_coding_string P_ ((Lisp_Object,
                                             struct coding_system *, int));
+extern Lisp_Object decode_coding_string P_ ((Lisp_Object,
+                                            struct coding_system *, int));
 extern Lisp_Object Qcoding_system, Qeol_type, Qcoding_category_index;
 extern Lisp_Object Qraw_text, Qemacs_mule;
 extern Lisp_Object Qbuffer_file_coding_system;