Add 2011 to FSF/AIST copyright years.
[bpt/emacs.git] / src / ftfont.h
index c94a1f2..f4b9aa0 100644 (file)
@@ -1,5 +1,5 @@
 /* ftfont.h -- Interface definition for Freetype font backend.
-   Copyright (C) 2007, 2008
+   Copyright (C) 2007, 2008, 2009, 2010, 2011
      National Institute of Advanced Industrial Science and Technology (AIST)
      Registration Number H13PRO009
 
@@ -25,15 +25,16 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 #include <ft2build.h>
 #include FT_FREETYPE_H
 #include FT_SIZES_H
+#ifdef FT_BDF_H
+#include FT_BDF_H
+#endif
 
 #ifdef HAVE_LIBOTF
 #include <otf.h>
 #ifdef HAVE_M17N_FLT
 #include <m17n-flt.h>
-extern Lisp_Object ftfont_shape_by_flt P_ ((Lisp_Object, struct font *,
-                                           FT_Face, OTF *));
-#endif /* HAVE_LIBOTF */
 #endif /* HAVE_M17N_FLT */
+#endif /* HAVE_LIBOTF */
 
 #endif /* EMACS_FTFONT_H */