X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Ffreetype.hh;h=48805096363f5c123897f856924563406d069420;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=2297d6c1d8bf716f046371715215613d6fd33980;hpb=16cb456cabf477f6d398ff731aa0f10b60913394;p=lilypond.git diff --git a/lily/include/freetype.hh b/lily/include/freetype.hh index 2297d6c1d8..4880509636 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--2008 Han-Wen Nienhuys */ #ifndef FREETYPE_HH @@ -19,5 +19,7 @@ extern FT_Library freetype2_library; FT_Face open_ft_face (string str); +string freetype_error_string (int code); + #endif /* FREETYPE_HH */