Mercurial > emacs
comparison src/coding.h @ 34152:cb678a191215
(code_convert_string1): Declare.
| author | Ken Raeburn <raeburn@raeburn.org> |
|---|---|
| date | Mon, 04 Dec 2000 00:27:33 +0000 |
| parents | 46e0ec24a961 |
| children | cb627d09f8c3 |
comparison
equal
deleted
inserted
replaced
| 34151:33df9c2e70bf | 34152:cb678a191215 |
|---|---|
| 622 extern void detect_coding P_ ((struct coding_system *, unsigned char *, int)); | 622 extern void detect_coding P_ ((struct coding_system *, unsigned char *, int)); |
| 623 extern void detect_eol P_ ((struct coding_system *, unsigned char *, int)); | 623 extern void detect_eol P_ ((struct coding_system *, unsigned char *, int)); |
| 624 extern int setup_coding_system P_ ((Lisp_Object, struct coding_system *)); | 624 extern int setup_coding_system P_ ((Lisp_Object, struct coding_system *)); |
| 625 extern Lisp_Object code_convert_string P_ ((Lisp_Object, | 625 extern Lisp_Object code_convert_string P_ ((Lisp_Object, |
| 626 struct coding_system *, int, int)); | 626 struct coding_system *, int, int)); |
| 627 extern Lisp_Object code_convert_string1 P_ ((Lisp_Object, Lisp_Object, | |
| 628 Lisp_Object, int)); | |
| 627 extern Lisp_Object code_convert_string_norecord P_ ((Lisp_Object, Lisp_Object, | 629 extern Lisp_Object code_convert_string_norecord P_ ((Lisp_Object, Lisp_Object, |
| 628 int)); | 630 int)); |
| 629 extern void setup_raw_text_coding_system P_ ((struct coding_system *)); | 631 extern void setup_raw_text_coding_system P_ ((struct coding_system *)); |
| 630 extern Lisp_Object encode_coding_string P_ ((Lisp_Object, | 632 extern Lisp_Object encode_coding_string P_ ((Lisp_Object, |
| 631 struct coding_system *, int)); | 633 struct coding_system *, int)); |
