# HG changeset patch # User Kenichi Handa # Date 1171538691 0 # Node ID a5e47ab2fa2a8f99e1e12d017d1ba23595b513cd # Parent 2112cef037a54e1512a7d15ee2877b308839865b (multibyte_char_to_unibyte_safe): Extern it. diff -r 2112cef037a5 -r a5e47ab2fa2a src/lisp.h --- a/src/lisp.h Thu Feb 15 11:24:16 2007 +0000 +++ b/src/lisp.h Thu Feb 15 11:24:51 2007 +0000 @@ -2323,6 +2323,7 @@ extern int chars_in_text P_ ((const unsigned char *, int)); extern int multibyte_chars_in_text P_ ((const unsigned char *, int)); extern int multibyte_char_to_unibyte P_ ((int, Lisp_Object)); +extern int multibyte_char_to_unibyte_safe P_ ((int)); extern Lisp_Object Qcharset; extern void init_charset P_ ((void)); extern void init_charset_once P_ ((void));