diff options
| author | Kenichi Handa | 2004-11-30 08:01:45 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2004-11-30 08:01:45 +0000 |
| commit | f9439896895305bf8e0b13ff46b59b3a1deb29c0 (patch) | |
| tree | 110cc32a912d4bf6f66bbb923edb2b309c9e5a1c /src/coding.h | |
| parent | 1fc67c11d159de73589e2395b1d36d0bd1d4d407 (diff) | |
| download | emacs-f9439896895305bf8e0b13ff46b59b3a1deb29c0.tar.gz emacs-f9439896895305bf8e0b13ff46b59b3a1deb29c0.zip | |
(run_pre_write_conversin_on_c_str): Extern it.
Diffstat (limited to 'src/coding.h')
| -rw-r--r-- | src/coding.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/coding.h b/src/coding.h index a0732305ada..3d9e143ff3d 100644 --- a/src/coding.h +++ b/src/coding.h | |||
| @@ -636,6 +636,10 @@ extern int code_convert_region P_ ((int, int, int, int, struct coding_system *, | |||
| 636 | extern Lisp_Object run_pre_post_conversion_on_str P_ ((Lisp_Object, | 636 | extern Lisp_Object run_pre_post_conversion_on_str P_ ((Lisp_Object, |
| 637 | struct coding_system *, | 637 | struct coding_system *, |
| 638 | int)); | 638 | int)); |
| 639 | extern void run_pre_write_conversin_on_c_str P_ ((unsigned char **, int *, | ||
| 640 | int, int, | ||
| 641 | struct coding_system *)); | ||
| 642 | |||
| 639 | extern int decoding_buffer_size P_ ((struct coding_system *, int)); | 643 | extern int decoding_buffer_size P_ ((struct coding_system *, int)); |
| 640 | extern int encoding_buffer_size P_ ((struct coding_system *, int)); | 644 | extern int encoding_buffer_size P_ ((struct coding_system *, int)); |
| 641 | extern void detect_coding P_ ((struct coding_system *, const unsigned char *, | 645 | extern void detect_coding P_ ((struct coding_system *, const unsigned char *, |