]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/relocate.hh
*** empty log message ***
[lilypond.git] / lily / include / relocate.hh
1 /*
2   relocate.hh -- declare
3
4   source file of the GNU LilyPond music typesetter
5
6   (c) 2005--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
7
8 */
9
10 #ifndef RELOCATE_HH
11 #define RELOCATE_HH
12
13
14
15 #include "std-string.hh"
16
17 int sane_putenv (char const *key, std::string value, bool overwrite);
18 void setup_paths (char const *argv0);
19 extern bool relocate_binary;
20
21 #endif /* RELOCATE_HH */