Mercurial > emacs
comparison src/coding.h @ 29274:05e83ef9e129
(coding_allocate_composition_data): Extern it.
(coding_restore_composition): Likewise.
| author | Kenichi Handa <handa@m17n.org> |
|---|---|
| date | Mon, 29 May 2000 11:20:00 +0000 |
| parents | a0dc7fa92f5d |
| children | 2ffc1fff111a |
comparison
equal
deleted
inserted
replaced
| 29273:d9e38a948951 | 29274:05e83ef9e129 |
|---|---|
| 599 extern void coding_save_composition P_ ((struct coding_system *, int, int, | 599 extern void coding_save_composition P_ ((struct coding_system *, int, int, |
| 600 Lisp_Object)); | 600 Lisp_Object)); |
| 601 extern void coding_free_composition_data P_ ((struct coding_system *)); | 601 extern void coding_free_composition_data P_ ((struct coding_system *)); |
| 602 extern void coding_adjust_composition_offset P_ ((struct coding_system *, | 602 extern void coding_adjust_composition_offset P_ ((struct coding_system *, |
| 603 int)); | 603 int)); |
| 604 extern void coding_allocate_composition_data P_ ((struct coding_system *, | |
| 605 int)); | |
| 606 extern void coding_restore_composition P_ ((struct coding_system *, | |
| 607 Lisp_Object)); | |
| 604 extern int code_convert_region P_ ((int, int, int, int, struct coding_system *, | 608 extern int code_convert_region P_ ((int, int, int, int, struct coding_system *, |
| 605 int, int)); | 609 int, int)); |
| 606 extern int decoding_buffer_size P_ ((struct coding_system *, int)); | 610 extern int decoding_buffer_size P_ ((struct coding_system *, int)); |
| 607 extern int encoding_buffer_size P_ ((struct coding_system *, int)); | 611 extern int encoding_buffer_size P_ ((struct coding_system *, int)); |
| 608 extern void detect_coding P_ ((struct coding_system *, unsigned char *, int)); | 612 extern void detect_coding P_ ((struct coding_system *, unsigned char *, int)); |
