comparison src/coding.h @ 88848:a55219c46b8c

(code_convert_region): Fix prototype.
author Dave Love <fx@gnu.org>
date Tue, 16 Jul 2002 13:57:41 +0000
parents d429f57602b9
children 0da59936bc31
comparison
equal deleted inserted replaced
88847:1538d056ea25 88848:a55219c46b8c
530 extern Lisp_Object code_conversion_restore P_ ((Lisp_Object)); 530 extern Lisp_Object code_conversion_restore P_ ((Lisp_Object));
531 extern int decoding_buffer_size P_ ((struct coding_system *, int)); 531 extern int decoding_buffer_size P_ ((struct coding_system *, int));
532 extern int encoding_buffer_size P_ ((struct coding_system *, int)); 532 extern int encoding_buffer_size P_ ((struct coding_system *, int));
533 extern void setup_coding_system P_ ((Lisp_Object, struct coding_system *)); 533 extern void setup_coding_system P_ ((Lisp_Object, struct coding_system *));
534 extern void detect_coding P_ ((struct coding_system *)); 534 extern void detect_coding P_ ((struct coding_system *));
535 extern Lisp_Object code_convert_region P_ ((EMACS_INT, EMACS_INT, 535 extern Lisp_Object code_convert_region P_ ((Lisp_Object, Lisp_Object,
536 Lisp_Object, Lisp_Object, 536 Lisp_Object, Lisp_Object,
537 int, int)); 537 int, int));
538 extern Lisp_Object code_convert_string P_ ((Lisp_Object, Lisp_Object, 538 extern Lisp_Object code_convert_string P_ ((Lisp_Object, Lisp_Object,
539 Lisp_Object, int, int, int)); 539 Lisp_Object, int, int, int));
540 extern Lisp_Object code_convert_string_norecord P_ ((Lisp_Object, Lisp_Object, 540 extern Lisp_Object code_convert_string_norecord P_ ((Lisp_Object, Lisp_Object,