Mercurial > emacs
comparison src/coding.h @ 43486:72a36dc37ced
(run_pre_post_conversion_on_str): Add prototype.
| author | Eli Zaretskii <eliz@gnu.org> |
|---|---|
| date | Sat, 23 Feb 2002 18:38:25 +0000 |
| parents | 084520255528 |
| children | f0ddb5c7cf46 d29ddd7d50f9 |
comparison
equal
deleted
inserted
replaced
| 43485:f21323215c56 | 43486:72a36dc37ced |
|---|---|
| 624 int)); | 624 int)); |
| 625 extern void coding_restore_composition P_ ((struct coding_system *, | 625 extern void coding_restore_composition P_ ((struct coding_system *, |
| 626 Lisp_Object)); | 626 Lisp_Object)); |
| 627 extern int code_convert_region P_ ((int, int, int, int, struct coding_system *, | 627 extern int code_convert_region P_ ((int, int, int, int, struct coding_system *, |
| 628 int, int)); | 628 int, int)); |
| 629 extern Lisp_Object run_pre_post_conversion_on_str P_ ((Lisp_Object, | |
| 630 struct coding_system *, | |
| 631 int)); | |
| 629 extern int decoding_buffer_size P_ ((struct coding_system *, int)); | 632 extern int decoding_buffer_size P_ ((struct coding_system *, int)); |
| 630 extern int encoding_buffer_size P_ ((struct coding_system *, int)); | 633 extern int encoding_buffer_size P_ ((struct coding_system *, int)); |
| 631 extern void detect_coding P_ ((struct coding_system *, unsigned char *, int)); | 634 extern void detect_coding P_ ((struct coding_system *, unsigned char *, int)); |
| 632 extern void detect_eol P_ ((struct coding_system *, unsigned char *, int)); | 635 extern void detect_eol P_ ((struct coding_system *, unsigned char *, int)); |
| 633 extern int setup_coding_system P_ ((Lisp_Object, struct coding_system *)); | 636 extern int setup_coding_system P_ ((Lisp_Object, struct coding_system *)); |
