diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/coding.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/coding.h b/src/coding.h index 93615b91ada..c7cff63634d 100644 --- a/src/coding.h +++ b/src/coding.h | |||
| @@ -601,6 +601,10 @@ extern void coding_save_composition P_ ((struct coding_system *, int, int, | |||
| 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)); |