]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/freetype.hh
Merge commit 'origin' into beamlets2
[lilypond.git] / lily / include / freetype.hh
index 2297d6c1d8bf716f046371715215613d6fd33980..3b6d830977a8c815a5a8f54c5139c3e9d558aced 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2004--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 2004--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #ifndef FREETYPE_HH
@@ -17,7 +17,6 @@
 void init_freetype ();
 extern FT_Library freetype2_library;
 
-FT_Face open_ft_face (string str);
+string freetype_error_string (int code);
 
 #endif /* FREETYPE_HH */
-