Mercurial > emacs
changeset 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 | d9e38a948951 |
children | b4ea9178e480 |
files | src/coding.h |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/coding.h Mon May 29 11:18:02 2000 +0000 +++ b/src/coding.h Mon May 29 11:20:00 2000 +0000 @@ -601,6 +601,10 @@ extern void coding_free_composition_data P_ ((struct coding_system *)); extern void coding_adjust_composition_offset P_ ((struct coding_system *, int)); +extern void coding_allocate_composition_data P_ ((struct coding_system *, + int)); +extern void coding_restore_composition P_ ((struct coding_system *, + Lisp_Object)); extern int code_convert_region P_ ((int, int, int, int, struct coding_system *, int, int)); extern int decoding_buffer_size P_ ((struct coding_system *, int));