]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/kpath.hh
0e7c64d6cb4bbc39eca1d6861e30bc40927119cb
[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--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
7 */
8
9 #ifndef KPATH_HH
10 #define KPATH_HH
11
12 #include "std-string.hh"
13
14 string kpathsea_find_tfm (char const *name);
15
16 #endif /* KPATH_HH */
17