]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/kpath.hh
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / lily / include / kpath.hh
index 7bd89c82e461c9a056320a1348140082caa54641..baffaf1ffc9104a531c17f191408f53e7f13d266 100644 (file)
@@ -1,22 +1,18 @@
-/*   
-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 Han-Wen Nienhuys <hanwen@cs.uu.nl>
-
- */
+  (c) 2000--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
+*/
 
 #ifndef KPATH_HH
 #define KPATH_HH
 
+#include "std-string.hh"
 
-
-char * ly_find_afm (char const * name);
-char * ly_find_tfm (char const * name);
-void ly_init_kpath (char *av0);
-
-
+string kpathsea_find_tfm (char const *name);
+void initialize_kpathsea (char *av0);
 
 #endif /* KPATH_HH */