aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.h
diff options
context:
space:
mode:
authorKenichi Handa2004-12-11 02:12:02 +0000
committerKenichi Handa2004-12-11 02:12:02 +0000
commit76c263971400a56dc2ab0def087cad182857642b (patch)
tree59aac5025713b89fe93d7a03b32132dd46efd5ff /src/coding.h
parent288d51326a25b066e192195cf90aa187ec9b58cb (diff)
downloademacs-76c263971400a56dc2ab0def087cad182857642b.tar.gz
emacs-76c263971400a56dc2ab0def087cad182857642b.zip
(coding_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 39bd62867af..2a44da5692d 100644
--- a/src/coding.h
+++ b/src/coding.h
@@ -633,6 +633,7 @@ extern Lisp_Object code_conversion_save P_ ((int, int));
633extern int decoding_buffer_size P_ ((struct coding_system *, int)); 633extern int decoding_buffer_size P_ ((struct coding_system *, int));
634extern int encoding_buffer_size P_ ((struct coding_system *, int)); 634extern int encoding_buffer_size P_ ((struct coding_system *, int));
635extern void setup_coding_system P_ ((Lisp_Object, struct coding_system *)); 635extern void setup_coding_system P_ ((Lisp_Object, struct coding_system *));
636extern Lisp_Object coding_charset_list P_ ((struct coding_system *));
636extern void detect_coding P_ ((struct coding_system *)); 637extern void detect_coding P_ ((struct coding_system *));
637extern Lisp_Object code_convert_region P_ ((Lisp_Object, Lisp_Object, 638extern Lisp_Object code_convert_region P_ ((Lisp_Object, Lisp_Object,
638 Lisp_Object, Lisp_Object, 639 Lisp_Object, Lisp_Object,