]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/kpath.hh
*** empty log message ***
[lilypond.git] / lily / include / kpath.hh
index accc1f610a3f444c6aae8d1f878e1fa40cac42f2..1b91cac7d71a0324343261d38ea93b6dc6b18415 100644 (file)
@@ -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--2001 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 2000--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 
  */
 
 #ifndef KPATH_HH
 #define KPATH_HH
 
+class String;
 
-
-char * ly_find_afm (char const * name);
-String ly_find_tfm (char const * name);
-void ly_init_kpath (char *av0);
-
-
+String kpathsea_find_afm (char const *name);
+String kpathsea_find_tfm (char const *name);
+void initialize_kpathsea (char *av0);
 
 #endif /* KPATH_HH */