Mercurial > emacs
comparison src/coding.h @ 90060:637c6bc8a26f
(coding_charset_list): Extern it.
| author | Kenichi Handa <handa@m17n.org> |
|---|---|
| date | Sat, 11 Dec 2004 02:12:02 +0000 |
| parents | f2ebccfa87d4 |
| children | 30ad2795fdab |
comparison
equal
deleted
inserted
replaced
| 90059:9b0bfaaaec9c | 90060:637c6bc8a26f |
|---|---|
| 631 /* Extern declarations. */ | 631 /* Extern declarations. */ |
| 632 extern Lisp_Object code_conversion_save P_ ((int, int)); | 632 extern Lisp_Object code_conversion_save P_ ((int, int)); |
| 633 extern int decoding_buffer_size P_ ((struct coding_system *, int)); | 633 extern int decoding_buffer_size P_ ((struct coding_system *, int)); |
| 634 extern int encoding_buffer_size P_ ((struct coding_system *, int)); | 634 extern int encoding_buffer_size P_ ((struct coding_system *, int)); |
| 635 extern void setup_coding_system P_ ((Lisp_Object, struct coding_system *)); | 635 extern void setup_coding_system P_ ((Lisp_Object, struct coding_system *)); |
| 636 extern Lisp_Object coding_charset_list P_ ((struct coding_system *)); | |
| 636 extern void detect_coding P_ ((struct coding_system *)); | 637 extern void detect_coding P_ ((struct coding_system *)); |
| 637 extern Lisp_Object code_convert_region P_ ((Lisp_Object, Lisp_Object, | 638 extern Lisp_Object code_convert_region P_ ((Lisp_Object, Lisp_Object, |
| 638 Lisp_Object, Lisp_Object, | 639 Lisp_Object, Lisp_Object, |
| 639 int, int)); | 640 int, int)); |
| 640 extern Lisp_Object code_convert_string P_ ((Lisp_Object, Lisp_Object, | 641 extern Lisp_Object code_convert_string P_ ((Lisp_Object, Lisp_Object, |
