Mercurial > emacs
comparison src/coding.h @ 110829:4d672e9d91bf
Complement a coding system for encoding arguments and input to a process.
| author | Kenichi Handa <handa@m17n.org> |
|---|---|
| date | Thu, 30 Sep 2010 13:28:34 +0900 |
| parents | 1d1d5d9bd884 |
| children | bec49af30c2f 376148b31b5e |
comparison
equal
deleted
inserted
replaced
| 110824:bf3b8d29e992 | 110829:4d672e9d91bf |
|---|---|
| 705 Lisp_Object, int, int, int)); | 705 Lisp_Object, int, int, int)); |
| 706 extern Lisp_Object code_convert_string_norecord P_ ((Lisp_Object, Lisp_Object, | 706 extern Lisp_Object code_convert_string_norecord P_ ((Lisp_Object, Lisp_Object, |
| 707 int)); | 707 int)); |
| 708 extern Lisp_Object raw_text_coding_system P_ ((Lisp_Object)); | 708 extern Lisp_Object raw_text_coding_system P_ ((Lisp_Object)); |
| 709 extern Lisp_Object coding_inherit_eol_type P_ ((Lisp_Object, Lisp_Object)); | 709 extern Lisp_Object coding_inherit_eol_type P_ ((Lisp_Object, Lisp_Object)); |
| 710 extern Lisp_Object complement_process_encoding_system P_ ((Lisp_Object)); | |
| 710 | 711 |
| 711 extern int decode_coding_gap P_ ((struct coding_system *, | 712 extern int decode_coding_gap P_ ((struct coding_system *, |
| 712 EMACS_INT, EMACS_INT)); | 713 EMACS_INT, EMACS_INT)); |
| 713 extern int encode_coding_gap P_ ((struct coding_system *, | 714 extern int encode_coding_gap P_ ((struct coding_system *, |
| 714 EMACS_INT, EMACS_INT)); | 715 EMACS_INT, EMACS_INT)); |
