]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/kpath.hh
Run `make grand-replace'.
[lilypond.git] / lily / include / kpath.hh
index b5f4f802baef2b3fa9ce20b9e3ad75645b010849..ddf60094fea12e1353f6a5b97f12905ccc5742e8 100644 (file)
@@ -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--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
-
- */
+  (c) 2000--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
+*/
 
 #ifndef KPATH_HH
 #define KPATH_HH
 
+#include "std-string.hh"
 
-
-String kpathsea_find_afm (char const * name);
-String kpathsea_find_tfm (char const * name);
-void init_kpath (char *av0);
-
-
+string kpathsea_find_tfm (char const *name);
 
 #endif /* KPATH_HH */