aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.h
diff options
context:
space:
mode:
authorEli Zaretskii2002-02-23 18:39:29 +0000
committerEli Zaretskii2002-02-23 18:39:29 +0000
commitf227fdedfb1d71fd234cd729ca81bbb9bee44e1a (patch)
treecee0b400da1bd00e4b27ea745256e46b7ed4f13a /src/coding.h
parent54a0c8a6203fa3de5c40f36da843a66ff1715142 (diff)
downloademacs-f227fdedfb1d71fd234cd729ca81bbb9bee44e1a.tar.gz
emacs-f227fdedfb1d71fd234cd729ca81bbb9bee44e1a.zip
(run_pre_post_conversion_on_str): Add prototype.
Diffstat (limited to 'src/coding.h')
-rw-r--r--src/coding.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/coding.h b/src/coding.h
index 69b5c69afbb..500f02acf32 100644
--- a/src/coding.h
+++ b/src/coding.h
@@ -626,6 +626,9 @@ extern void coding_restore_composition P_ ((struct coding_system *,
626 Lisp_Object)); 626 Lisp_Object));
627extern int code_convert_region P_ ((int, int, int, int, struct coding_system *, 627extern int code_convert_region P_ ((int, int, int, int, struct coding_system *,
628 int, int)); 628 int, int));
629extern Lisp_Object run_pre_post_conversion_on_str P_ ((Lisp_Object,
630 struct coding_system *,
631 int));
629extern int decoding_buffer_size P_ ((struct coding_system *, int)); 632extern int decoding_buffer_size P_ ((struct coding_system *, int));
630extern int encoding_buffer_size P_ ((struct coding_system *, int)); 633extern int encoding_buffer_size P_ ((struct coding_system *, int));
631extern void detect_coding P_ ((struct coding_system *, unsigned char *, int)); 634extern void detect_coding P_ ((struct coding_system *, unsigned char *, int));