Mercurial > emacs
comparison src/coding.h @ 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 | 04580c50dd1c |
| children | aa6d20307ac6 549734260e34 f2ebccfa87d4 |
comparison
equal
deleted
inserted
replaced
| 58635:ab26a3de6d9c | 58636:44a9e60f1d12 |
|---|---|
| 634 extern int code_convert_region P_ ((int, int, int, int, struct coding_system *, | 634 extern int code_convert_region P_ ((int, int, int, int, struct coding_system *, |
| 635 int, int)); | 635 int, int)); |
| 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 *, |
| 642 int)); | 646 int)); |
| 643 extern void detect_eol P_ ((struct coding_system *, const unsigned char *, | 647 extern void detect_eol P_ ((struct coding_system *, const unsigned char *, |
