aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/coding.h')
-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));