diff options
Diffstat (limited to 'src/coding.h')
| -rw-r--r-- | src/coding.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/coding.h b/src/coding.h index ff11eac822a..8522e632974 100644 --- a/src/coding.h +++ b/src/coding.h | |||
| @@ -540,8 +540,7 @@ struct coding_system | |||
| 540 | #endif /* !WINDOWSNT */ | 540 | #endif /* !WINDOWSNT */ |
| 541 | 541 | ||
| 542 | /* Extern declarations. */ | 542 | /* Extern declarations. */ |
| 543 | extern Lisp_Object make_conversion_work_buffer P_ ((int)); | 543 | extern Lisp_Object make_conversion_work_buffer P_ ((int, int)); |
| 544 | extern Lisp_Object code_conversion_restore P_ ((Lisp_Object)); | ||
| 545 | extern int decoding_buffer_size P_ ((struct coding_system *, int)); | 544 | extern int decoding_buffer_size P_ ((struct coding_system *, int)); |
| 546 | extern int encoding_buffer_size P_ ((struct coding_system *, int)); | 545 | extern int encoding_buffer_size P_ ((struct coding_system *, int)); |
| 547 | extern void setup_coding_system P_ ((Lisp_Object, struct coding_system *)); | 546 | extern void setup_coding_system P_ ((Lisp_Object, struct coding_system *)); |