]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/file-name-map.hh
Run `make grand-replace'.
[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--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
7 */
8
9 #ifndef FILE_NAME_MAP_HH
10 #define FILE_NAME_MAP_HH
11
12 #include "std-string.hh"
13
14 string map_file_name (string s);
15
16 #endif /* FILE_NAME_MAP_HH */
17