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