X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fkpath.hh;h=0e7c64d6cb4bbc39eca1d6861e30bc40927119cb;hb=f287d7846e9d5f2de14894cd655b2f84341c4a2c;hp=accc1f610a3f444c6aae8d1f878e1fa40cac42f2;hpb=7c4b190c428073b0653ddecdbf8c1a9c1e8bc5c4;p=lilypond.git diff --git a/lily/include/kpath.hh b/lily/include/kpath.hh index accc1f610a..0e7c64d6cb 100644 --- a/lily/include/kpath.hh +++ b/lily/include/kpath.hh @@ -1,22 +1,17 @@ -/* -kpath.hh -- declare kpath funcs. +/* + kpath.hh -- declare kpathsea functions. -source file of the GNU LilyPond music typesetter + source file of the GNU LilyPond music typesetter - (c) 2000--2001 Han-Wen Nienhuys - - */ + (c) 2000--2007 Han-Wen Nienhuys +*/ #ifndef KPATH_HH #define KPATH_HH +#include "std-string.hh" - -char * ly_find_afm (char const * name); -String ly_find_tfm (char const * name); -void ly_init_kpath (char *av0); - - +string kpathsea_find_tfm (char const *name); #endif /* KPATH_HH */