]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/kpath.hh
9b48ce50ff1cd6a324430e0f896a9fc1c6af2942
[lilypond.git] / lily / include / kpath.hh
1 /*
2   kpath.hh -- declare kpathsea functions.
3
4   source file of the GNU LilyPond music typesetter
5
6   (c) 2000--2005 Han-Wen Nienhuys <hanwen@xs4all.nl>
7 */
8
9 #ifndef KPATH_HH
10 #define KPATH_HH
11
12 class String;
13
14 String kpathsea_find_tfm (char const *name);
15 void initialize_kpathsea (char *av0);
16
17 #endif /* KPATH_HH */
18