diff src/objects.h @ 70:131b0175ea99 r20-0b30

Import from CVS: tag r20-0b30
author cvs
date Mon, 13 Aug 2007 09:02:59 +0200
parents 0293115a14e9
children e121b013d1f0
line wrap: on
line diff
--- a/src/objects.h	Mon Aug 13 09:00:04 2007 +0200
+++ b/src/objects.h	Mon Aug 13 09:02:59 2007 +0200
@@ -154,6 +154,12 @@
 #define CHECK_FONT_INSTANCE(x) CHECK_RECORD (x, font_instance)
 #define CONCHECK_FONT_INSTANCE(x) CONCHECK_RECORD (x, font_instance)
 
+#ifdef MULE
+int font_spec_matches_charset (struct device *d, Lisp_Object charset,
+			       CONST Bufbyte *nonreloc,
+			       Lisp_Object reloc, Bytecount offset,
+			       Bytecount length);
+#endif
 
 Lisp_Object Fmake_font_instance (Lisp_Object name, Lisp_Object device,
 				 Lisp_Object no_error);