]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/kpath.hh
Add support for max-systems-per-page.
[lilypond.git] / lily / include / kpath.hh
index e6b0f54398a66aad747ca0351061a900af5bb71c..0e7c64d6cb4bbc39eca1d6861e30bc40927119cb 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--2001 Han-Wen Nienhuys <hanwen@cs.uu.nl>
-
- */
+  (c) 2000--2007 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);
 
 #endif /* KPATH_HH */