]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/kpath.hh
use classnames for interface naming; remove inclusion of
[lilypond.git] / lily / include / kpath.hh
index 9b48ce50ff1cd6a324430e0f896a9fc1c6af2942..f71d8915376149fef719a9d781ad7268a18e118d 100644 (file)
@@ -3,16 +3,15 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2000--2005 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 2000--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #ifndef KPATH_HH
 #define KPATH_HH
 
-class String;
+#include "std-string.hh"
 
-String kpathsea_find_tfm (char const *name);
-void initialize_kpathsea (char *av0);
+string kpathsea_find_tfm (char const *name);
 
 #endif /* KPATH_HH */