]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/file-name-map.hh
* lily/lily-parser-scheme.cc: print mapped file name for progress
[lilypond.git] / lily / include / file-name-map.hh
1 /*
2   file-name-map.hh -- declare map_file_name()
3
4   source file of the GNU LilyPond music typesetter
5
6   (c) 2005 Han-Wen Nienhuys <hanwen@xs4all.nl>
7
8 */
9
10 #ifndef FILE_NAME_MAP_HH
11 #define FILE_NAME_MAP_HH
12
13 #include "string.hh"
14
15 String map_file_name (String s);
16
17 #endif /* FILE_NAME_MAP_HH */
18