Mercurial > emacs
comparison src/coding.h @ 46549:f0ddb5c7cf46
(decode_coding, encode_coding, detect_coding,
detect_eol): Declarations updated.
| author | Ken Raeburn <raeburn@raeburn.org> |
|---|---|
| date | Fri, 19 Jul 2002 14:27:01 +0000 |
| parents | 72a36dc37ced |
| children | e79464fe61d7 |
comparison
equal
deleted
inserted
replaced
| 46548:cb1914307488 | 46549:f0ddb5c7cf46 |
|---|---|
| 609 #define DECODE_SYSTEM(name) name | 609 #define DECODE_SYSTEM(name) name |
| 610 | 610 |
| 611 #endif /* !WINDOWSNT */ | 611 #endif /* !WINDOWSNT */ |
| 612 | 612 |
| 613 /* Extern declarations. */ | 613 /* Extern declarations. */ |
| 614 extern int decode_coding P_ ((struct coding_system *, unsigned char *, | 614 extern int decode_coding P_ ((struct coding_system *, const unsigned char *, |
| 615 unsigned char *, int, int)); | 615 unsigned char *, int, int)); |
| 616 extern int encode_coding P_ ((struct coding_system *, unsigned char *, | 616 extern int encode_coding P_ ((struct coding_system *, const unsigned char *, |
| 617 unsigned char *, int, int)); | 617 unsigned char *, int, int)); |
| 618 extern void coding_save_composition P_ ((struct coding_system *, int, int, | 618 extern void coding_save_composition P_ ((struct coding_system *, int, int, |
| 619 Lisp_Object)); | 619 Lisp_Object)); |
| 620 extern void coding_free_composition_data P_ ((struct coding_system *)); | 620 extern void coding_free_composition_data P_ ((struct coding_system *)); |
| 621 extern void coding_adjust_composition_offset P_ ((struct coding_system *, | 621 extern void coding_adjust_composition_offset P_ ((struct coding_system *, |
| 629 extern Lisp_Object run_pre_post_conversion_on_str P_ ((Lisp_Object, | 629 extern Lisp_Object run_pre_post_conversion_on_str P_ ((Lisp_Object, |
| 630 struct coding_system *, | 630 struct coding_system *, |
| 631 int)); | 631 int)); |
| 632 extern int decoding_buffer_size P_ ((struct coding_system *, int)); | 632 extern int decoding_buffer_size P_ ((struct coding_system *, int)); |
| 633 extern int encoding_buffer_size P_ ((struct coding_system *, int)); | 633 extern int encoding_buffer_size P_ ((struct coding_system *, int)); |
| 634 extern void detect_coding P_ ((struct coding_system *, unsigned char *, int)); | 634 extern void detect_coding P_ ((struct coding_system *, const unsigned char *, |
| 635 extern void detect_eol P_ ((struct coding_system *, unsigned char *, int)); | 635 int)); |
| 636 extern void detect_eol P_ ((struct coding_system *, const unsigned char *, | |
| 637 int)); | |
| 636 extern int setup_coding_system P_ ((Lisp_Object, struct coding_system *)); | 638 extern int setup_coding_system P_ ((Lisp_Object, struct coding_system *)); |
| 637 extern Lisp_Object code_convert_string P_ ((Lisp_Object, | 639 extern Lisp_Object code_convert_string P_ ((Lisp_Object, |
| 638 struct coding_system *, int, int)); | 640 struct coding_system *, int, int)); |
| 639 extern Lisp_Object code_convert_string1 P_ ((Lisp_Object, Lisp_Object, | 641 extern Lisp_Object code_convert_string1 P_ ((Lisp_Object, Lisp_Object, |
| 640 Lisp_Object, int)); | 642 Lisp_Object, int)); |
