From 77ea0764f61678811a4a4248c05ce55c60981aaf Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Wed, 1 Dec 2004 14:05:15 +0000 Subject: [PATCH] Declare string_to_multibyte. --- src/ChangeLog | 4 ++++ src/lisp.h | 1 + 2 files changed, 5 insertions(+) diff --git a/src/ChangeLog b/src/ChangeLog index 0cf4aef34f0..aae03029dc4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2004-12-01 Andreas Schwab + + * lisp.h: Declare string_to_multibyte. + 2004-12-01 Kenichi Handa * w32console.c (w32con_write_glyphs): Decide coding here. diff --git a/src/lisp.h b/src/lisp.h index 2111fe333e6..3136bb62e1d 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -2319,6 +2319,7 @@ extern void clear_string_char_byte_cache P_ ((void)); extern int string_char_to_byte P_ ((Lisp_Object, int)); extern int string_byte_to_char P_ ((Lisp_Object, int)); extern Lisp_Object string_make_multibyte P_ ((Lisp_Object)); +extern Lisp_Object string_to_multibyte P_ ((Lisp_Object)); extern Lisp_Object string_make_unibyte P_ ((Lisp_Object)); EXFUN (Fcopy_alist, 1); EXFUN (Fplist_get, 2); -- 2.39.5