Mercurial > emacs
comparison src/coding.h @ 30832:b0b1acff966b
(conversion_buffer_size, conversion_buffer)
(get_conversion_buffer): Extern deleted.
| author | Kenichi Handa <handa@m17n.org> |
|---|---|
| date | Wed, 16 Aug 2000 01:36:53 +0000 |
| parents | b37713f3c4a9 |
| children | 46e0ec24a961 |
comparison
equal
deleted
inserted
replaced
| 30831:6d8233c42de8 | 30832:b0b1acff966b |
|---|---|
| 311 The number of chaind structures depends on how many compositions | 311 The number of chaind structures depends on how many compositions |
| 312 the text being encoded or decoded contains. */ | 312 the text being encoded or decoded contains. */ |
| 313 struct composition_data *prev, *next; | 313 struct composition_data *prev, *next; |
| 314 }; | 314 }; |
| 315 | 315 |
| 316 /* Macros used for the member finish_status of the struct | 316 /* Macros used for the member `result' of the struct |
| 317 coding_system. */ | 317 coding_system. */ |
| 318 #define CODING_FINISH_NORMAL 0 | 318 #define CODING_FINISH_NORMAL 0 |
| 319 #define CODING_FINISH_INSUFFICIENT_SRC 1 | 319 #define CODING_FINISH_INSUFFICIENT_SRC 1 |
| 320 #define CODING_FINISH_INSUFFICIENT_DST 2 | 320 #define CODING_FINISH_INSUFFICIENT_DST 2 |
| 321 #define CODING_FINISH_INCONSISTENT_EOL 3 | 321 #define CODING_FINISH_INCONSISTENT_EOL 3 |
| 619 int, int)); | 619 int, int)); |
| 620 extern int decoding_buffer_size P_ ((struct coding_system *, int)); | 620 extern int decoding_buffer_size P_ ((struct coding_system *, int)); |
| 621 extern int encoding_buffer_size P_ ((struct coding_system *, int)); | 621 extern int encoding_buffer_size P_ ((struct coding_system *, int)); |
| 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 conversion_buffer_size; | |
| 625 extern char *conversion_buffer; | |
| 626 extern char *get_conversion_buffer P_ ((int)); | |
| 627 extern int setup_coding_system P_ ((Lisp_Object, struct coding_system *)); | 624 extern int setup_coding_system P_ ((Lisp_Object, struct coding_system *)); |
| 628 extern Lisp_Object code_convert_string P_ ((Lisp_Object, | 625 extern Lisp_Object code_convert_string P_ ((Lisp_Object, |
| 629 struct coding_system *, int, int)); | 626 struct coding_system *, int, int)); |
| 630 extern Lisp_Object code_convert_string_norecord P_ ((Lisp_Object, Lisp_Object, | 627 extern Lisp_Object code_convert_string_norecord P_ ((Lisp_Object, Lisp_Object, |
| 631 int)); | 628 int)); |
