X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fkpath.hh;h=ddf60094fea12e1353f6a5b97f12905ccc5742e8;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=f941091b1a7a28627218f705b21d373f172c85f7;hpb=b1c38855c678139f2927f64873a0bc4e36985d09;p=lilypond.git diff --git a/lily/include/kpath.hh b/lily/include/kpath.hh index f941091b1a..ddf60094fe 100644 --- a/lily/include/kpath.hh +++ b/lily/include/kpath.hh @@ -1,18 +1,17 @@ -/* +/* kpath.hh -- declare kpathsea functions. source file of the GNU LilyPond music typesetter - (c) 2000--2004 Han-Wen Nienhuys - - */ + (c) 2000--2008 Han-Wen Nienhuys +*/ #ifndef KPATH_HH #define KPATH_HH -String kpathsea_find_afm (char const * name); -String kpathsea_find_tfm (char const * name); -void initialize_kpathsea (char *av0); +#include "std-string.hh" + +string kpathsea_find_tfm (char const *name); #endif /* KPATH_HH */