]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/kpath.hh
release: 1.5.8
[lilypond.git] / lily / include / kpath.hh
1 /*   
2 kpath.hh -- declare kpath funcs.
3
4 source file of the GNU LilyPond music typesetter
5
6   (c) 2000--2001 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7
8  */
9
10 #ifndef KPATH_HH
11 #define KPATH_HH
12
13
14
15 String ly_find_afm (char const * name);
16 String ly_find_tfm (char const * name);
17 void ly_init_kpath (char *av0);
18
19
20
21 #endif /* KPATH_HH */
22