# HG changeset patch # User Kenichi Handa # Date 1211265157 0 # Node ID 679d861f4d3af3ee03ce68d5cc2ef53831530b48 # Parent 22a7c59495c71bcc00847a4fdf9cdffe1e02d812 (find_font_encoding): Extern it. diff -r 22a7c59495c7 -r 679d861f4d3a src/font.h --- a/src/font.h Tue May 20 06:32:07 2008 +0000 +++ b/src/font.h Tue May 20 06:32:37 2008 +0000 @@ -58,6 +58,7 @@ struct font_driver; struct font; +struct glyph_string; /* An enumerator for each font property. This is used as an index to the vector of FONT-SPEC and FONT-ENTITY. @@ -766,6 +767,7 @@ extern Lisp_Object font_make_entity P_ ((void)); extern Lisp_Object font_make_object P_ ((int)); +extern Lisp_Object find_font_encoding P_ ((Lisp_Object)); extern int font_registry_charsets P_ ((Lisp_Object, struct charset **, struct charset **)); extern int font_style_to_value P_ ((enum font_property_index prop,