X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Ffreetype.hh;h=310e5893cdfd9c1e9c7c756b0018f9097da4895f;hb=8cab78caa0db1ba14f2e52e4c1ddbb541ea0e5cb;hp=2297d6c1d8bf716f046371715215613d6fd33980;hpb=474c8729dc274a30558102a015a01fa5882673db;p=lilypond.git diff --git a/lily/include/freetype.hh b/lily/include/freetype.hh index 2297d6c1d8..310e5893cd 100644 --- a/lily/include/freetype.hh +++ b/lily/include/freetype.hh @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2004--2007 Han-Wen Nienhuys + (c) 2004--2009 Han-Wen Nienhuys */ #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 */ -