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