]> git.eshelyaron.com Git - emacs.git/commitdiff
(make_conversion_work_buffer): Delete extern.
authorKenichi Handa <handa@m17n.org>
Tue, 2 Dec 2003 01:42:47 +0000 (01:42 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 2 Dec 2003 01:42:47 +0000 (01:42 +0000)
(code_conversion_save): Extern it.

src/coding.h

index a640ba9ebdb88b61eb140082280bbd5bc1d15dce..885f12bc648beac1f9e56a9d057719befe7ac9f5 100644 (file)
@@ -546,7 +546,7 @@ struct coding_system
 #define ENCODE_UTF_8(str) code_convert_string_norecord (str, Qutf_8, 1)
 
 /* Extern declarations.  */
-extern Lisp_Object make_conversion_work_buffer P_ ((int, int));
+extern Lisp_Object code_conversion_save P_ ((int, int));
 extern int decoding_buffer_size P_ ((struct coding_system *, int));
 extern int encoding_buffer_size P_ ((struct coding_system *, int));
 extern void setup_coding_system P_ ((Lisp_Object, struct coding_system *));