diff options
| author | Kenichi Handa | 2004-12-11 02:12:02 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2004-12-11 02:12:02 +0000 |
| commit | 76c263971400a56dc2ab0def087cad182857642b (patch) | |
| tree | 59aac5025713b89fe93d7a03b32132dd46efd5ff /src/coding.h | |
| parent | 288d51326a25b066e192195cf90aa187ec9b58cb (diff) | |
| download | emacs-76c263971400a56dc2ab0def087cad182857642b.tar.gz emacs-76c263971400a56dc2ab0def087cad182857642b.zip | |
(coding_charset_list): Extern it.
Diffstat (limited to 'src/coding.h')
| -rw-r--r-- | src/coding.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/coding.h b/src/coding.h index 39bd62867af..2a44da5692d 100644 --- a/src/coding.h +++ b/src/coding.h | |||
| @@ -633,6 +633,7 @@ extern Lisp_Object code_conversion_save P_ ((int, int)); | |||
| 633 | extern int decoding_buffer_size P_ ((struct coding_system *, int)); | 633 | extern int decoding_buffer_size P_ ((struct coding_system *, int)); |
| 634 | extern int encoding_buffer_size P_ ((struct coding_system *, int)); | 634 | extern int encoding_buffer_size P_ ((struct coding_system *, int)); |
| 635 | extern void setup_coding_system P_ ((Lisp_Object, struct coding_system *)); | 635 | extern void setup_coding_system P_ ((Lisp_Object, struct coding_system *)); |
| 636 | extern Lisp_Object coding_charset_list P_ ((struct coding_system *)); | ||
| 636 | extern void detect_coding P_ ((struct coding_system *)); | 637 | extern void detect_coding P_ ((struct coding_system *)); |
| 637 | extern Lisp_Object code_convert_region P_ ((Lisp_Object, Lisp_Object, | 638 | extern Lisp_Object code_convert_region P_ ((Lisp_Object, Lisp_Object, |
| 638 | Lisp_Object, Lisp_Object, | 639 | Lisp_Object, Lisp_Object, |