aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.h
diff options
context:
space:
mode:
authorKenichi Handa2009-02-04 01:53:10 +0000
committerKenichi Handa2009-02-04 01:53:10 +0000
commitcde42f0ff538180c366f0d7632c8ccd953294863 (patch)
tree39b132ccb380737dd8a3bb7ff2cb79640e639f3e /src/coding.h
parente9f91eced18281955dac85f38fb432577bd49742 (diff)
downloademacs-cde42f0ff538180c366f0d7632c8ccd953294863.tar.gz
emacs-cde42f0ff538180c366f0d7632c8ccd953294863.zip
(coding_system_charset_list): Extern it.
Diffstat (limited to 'src/coding.h')
-rw-r--r--src/coding.h1
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));
650extern int encoding_buffer_size P_ ((struct coding_system *, int)); 650extern int encoding_buffer_size P_ ((struct coding_system *, int));
651extern void setup_coding_system P_ ((Lisp_Object, struct coding_system *)); 651extern void setup_coding_system P_ ((Lisp_Object, struct coding_system *));
652extern Lisp_Object coding_charset_list P_ ((struct coding_system *)); 652extern Lisp_Object coding_charset_list P_ ((struct coding_system *));
653extern Lisp_Object coding_system_charset_list P_ ((Lisp_Object));
653extern void detect_coding P_ ((struct coding_system *)); 654extern void detect_coding P_ ((struct coding_system *));
654extern Lisp_Object code_convert_region P_ ((Lisp_Object, Lisp_Object, 655extern Lisp_Object code_convert_region P_ ((Lisp_Object, Lisp_Object,
655 Lisp_Object, Lisp_Object, 656 Lisp_Object, Lisp_Object,