diff options
Diffstat (limited to 'src/coding.h')
| -rw-r--r-- | src/coding.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/coding.h b/src/coding.h index cb0b1755b1d..cdb6ff29a7f 100644 --- a/src/coding.h +++ b/src/coding.h | |||
| @@ -313,7 +313,7 @@ struct composition_data | |||
| 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 |
| @@ -621,9 +621,6 @@ 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)); |