aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.h
diff options
context:
space:
mode:
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 66d125b07e6..bc4ef52e1ed 100644
--- a/src/coding.h
+++ b/src/coding.h
@@ -665,6 +665,7 @@ struct coding_system
665/* Extern declarations. */ 665/* Extern declarations. */
666extern Lisp_Object code_conversion_save (bool, bool); 666extern Lisp_Object code_conversion_save (bool, bool);
667extern bool encode_coding_utf_8 (struct coding_system *); 667extern bool encode_coding_utf_8 (struct coding_system *);
668extern bool utf8_string_p (Lisp_Object);
668extern void setup_coding_system (Lisp_Object, struct coding_system *); 669extern void setup_coding_system (Lisp_Object, struct coding_system *);
669extern Lisp_Object coding_charset_list (struct coding_system *); 670extern Lisp_Object coding_charset_list (struct coding_system *);
670extern Lisp_Object coding_system_charset_list (Lisp_Object); 671extern Lisp_Object coding_system_charset_list (Lisp_Object);