diff options
Diffstat (limited to 'src/coding.h')
| -rw-r--r-- | src/coding.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coding.h b/src/coding.h index a640ba9ebdb..885f12bc648 100644 --- a/src/coding.h +++ b/src/coding.h | |||
| @@ -546,7 +546,7 @@ struct coding_system | |||
| 546 | #define ENCODE_UTF_8(str) code_convert_string_norecord (str, Qutf_8, 1) | 546 | #define ENCODE_UTF_8(str) code_convert_string_norecord (str, Qutf_8, 1) |
| 547 | 547 | ||
| 548 | /* Extern declarations. */ | 548 | /* Extern declarations. */ |
| 549 | extern Lisp_Object make_conversion_work_buffer P_ ((int, int)); | 549 | extern Lisp_Object code_conversion_save P_ ((int, int)); |
| 550 | extern int decoding_buffer_size P_ ((struct coding_system *, int)); | 550 | extern int decoding_buffer_size P_ ((struct coding_system *, int)); |
| 551 | extern int encoding_buffer_size P_ ((struct coding_system *, int)); | 551 | extern int encoding_buffer_size P_ ((struct coding_system *, int)); |
| 552 | extern void setup_coding_system P_ ((Lisp_Object, struct coding_system *)); | 552 | extern void setup_coding_system P_ ((Lisp_Object, struct coding_system *)); |