diff options
| author | Kenichi Handa | 2009-02-04 01:53:10 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2009-02-04 01:53:10 +0000 |
| commit | cde42f0ff538180c366f0d7632c8ccd953294863 (patch) | |
| tree | 39b132ccb380737dd8a3bb7ff2cb79640e639f3e /src/coding.h | |
| parent | e9f91eced18281955dac85f38fb432577bd49742 (diff) | |
| download | emacs-cde42f0ff538180c366f0d7632c8ccd953294863.tar.gz emacs-cde42f0ff538180c366f0d7632c8ccd953294863.zip | |
(coding_system_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 9535ab33256..544dd44bb93 100644 --- a/src/coding.h +++ b/src/coding.h | |||
| @@ -650,6 +650,7 @@ extern int decoding_buffer_size P_ ((struct coding_system *, int)); | |||
| 650 | extern int encoding_buffer_size P_ ((struct coding_system *, int)); | 650 | extern int encoding_buffer_size P_ ((struct coding_system *, int)); |
| 651 | extern void setup_coding_system P_ ((Lisp_Object, struct coding_system *)); | 651 | extern void setup_coding_system P_ ((Lisp_Object, struct coding_system *)); |
| 652 | extern Lisp_Object coding_charset_list P_ ((struct coding_system *)); | 652 | extern Lisp_Object coding_charset_list P_ ((struct coding_system *)); |
| 653 | extern Lisp_Object coding_system_charset_list P_ ((Lisp_Object)); | ||
| 653 | extern void detect_coding P_ ((struct coding_system *)); | 654 | extern void detect_coding P_ ((struct coding_system *)); |
| 654 | extern Lisp_Object code_convert_region P_ ((Lisp_Object, Lisp_Object, | 655 | extern Lisp_Object code_convert_region P_ ((Lisp_Object, Lisp_Object, |
| 655 | Lisp_Object, Lisp_Object, | 656 | Lisp_Object, Lisp_Object, |