]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/kpath.hh
* input/regression/beam-quant-standard.ly: reindent, set
[lilypond.git] / lily / include / kpath.hh
index 02528c3e25ad085204523c4b4ec11ff04513c5e5..312a7f5fd2cbae9594bcba25615dd44f172862f7 100644 (file)
@@ -1,22 +1,19 @@
-/*   
-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;
 
-
-String 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 */