diff options
| author | Kenichi Handa | 2003-05-28 11:36:19 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2003-05-28 11:36:19 +0000 |
| commit | 201dc484dc938a7c2de37e3440a85ca66099053a (patch) | |
| tree | 499bbc97129934d627d07849ebe4671dd391c0c2 /src/coding.h | |
| parent | 59c94f0325d8c41da287e1fb9a88f6720bbef94d (diff) | |
| download | emacs-201dc484dc938a7c2de37e3440a85ca66099053a.tar.gz emacs-201dc484dc938a7c2de37e3440a85ca66099053a.zip | |
(make_conversion_work_buffer): Prototype adjusted.
(code_conversion_restore): Don't extern it.
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 *)); |