changeset 90885:ecd61e98251d

* font.h (font_put_extra): Moved declaration from font.c.
author Jason Rumney <jasonr@gnu.org>
date Thu, 31 May 2007 15:51:29 +0000
parents 64638607bdf3
children 2aad53aaeca3
files src/font.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/font.h	Thu May 31 14:58:17 2007 +0000
+++ b/src/font.h	Thu May 31 15:51:29 2007 +0000
@@ -473,6 +473,8 @@
 
 extern struct font *font_prepare_composition P_ ((struct composition *cmp));
 
+extern Lisp_Object font_put_extra P_ ((Lisp_Object font, Lisp_Object prop,
+                                       Lisp_Object val));
 
 #ifdef HAVE_LIBOTF
 /* This can be used as `otf_capability' method of a font-driver.  */