]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/kpath.hh
Merge branch 'lilypond/translation' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond...
[lilypond.git] / lily / include / kpath.hh
index 312a7f5fd2cbae9594bcba25615dd44f172862f7..0e7c64d6cb4bbc39eca1d6861e30bc40927119cb 100644 (file)
@@ -3,17 +3,15 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2000--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 2000--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #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 */