aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa2000-05-29 11:20:00 +0000
committerKenichi Handa2000-05-29 11:20:00 +0000
commit55fff3f969255ac056df423f9a4e6ce8cc592fc6 (patch)
tree40fd110359de80a1a6e2ed10bcec564f663ec8d2
parentf0b950cf5a0c6a681d0a93cbea7374e7f8728fc0 (diff)
downloademacs-55fff3f969255ac056df423f9a4e6ce8cc592fc6.tar.gz
emacs-55fff3f969255ac056df423f9a4e6ce8cc592fc6.zip
(coding_allocate_composition_data): Extern it.
(coding_restore_composition): Likewise.
-rw-r--r--src/coding.h4
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,
601extern void coding_free_composition_data P_ ((struct coding_system *)); 601extern void coding_free_composition_data P_ ((struct coding_system *));
602extern void coding_adjust_composition_offset P_ ((struct coding_system *, 602extern void coding_adjust_composition_offset P_ ((struct coding_system *,
603 int)); 603 int));
604extern void coding_allocate_composition_data P_ ((struct coding_system *,
605 int));
606extern void coding_restore_composition P_ ((struct coding_system *,
607 Lisp_Object));
604extern int code_convert_region P_ ((int, int, int, int, struct coding_system *, 608extern int code_convert_region P_ ((int, int, int, int, struct coding_system *,
605 int, int)); 609 int, int));
606extern int decoding_buffer_size P_ ((struct coding_system *, int)); 610extern int decoding_buffer_size P_ ((struct coding_system *, int));