Mercurial > emacs
changeset 58636:44a9e60f1d12
(run_pre_write_conversin_on_c_str): Extern it.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Tue, 30 Nov 2004 08:01:45 +0000 |
parents | ab26a3de6d9c |
children | ff8a37b5299b |
files | src/coding.h |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/coding.h Tue Nov 30 07:20:19 2004 +0000 +++ b/src/coding.h Tue Nov 30 08:01:45 2004 +0000 @@ -636,6 +636,10 @@ extern Lisp_Object run_pre_post_conversion_on_str P_ ((Lisp_Object, struct coding_system *, int)); +extern void run_pre_write_conversin_on_c_str P_ ((unsigned char **, int *, + int, int, + struct coding_system *)); + extern int decoding_buffer_size P_ ((struct coding_system *, int)); extern int encoding_buffer_size P_ ((struct coding_system *, int)); extern void detect_coding P_ ((struct coding_system *, const unsigned char *,