X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fkpath.hh;h=af0825a3d2f4c7bf792465cca603ebf8af65f820;hb=c659cb200486c2f908703696a1b2873e78c8160a;hp=8b06b7326840c81da0547db3d510147bbf36e9cb;hpb=e8936ee66fdd3e7ebe30556590e8dc913908a533;p=lilypond.git diff --git a/lily/include/kpath.hh b/lily/include/kpath.hh index 8b06b73268..af0825a3d2 100644 --- a/lily/include/kpath.hh +++ b/lily/include/kpath.hh @@ -1,22 +1,20 @@ /* -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--2003 Han-Wen Nienhuys + (c) 2000--2004 Han-Wen Nienhuys */ #ifndef KPATH_HH #define KPATH_HH - +class String; String kpathsea_find_afm (char const * name); String kpathsea_find_tfm (char const * name); -void init_kpath (char *av0); - - +void initialize_kpathsea (char *av0); #endif /* KPATH_HH */