]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/relocate.hh
* lily/lily-parser-scheme.cc: Use them to fix --output=DIR/BASE
[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 #include "std-string.hh"
14
15 int sane_putenv (char const *key, string value, bool overwrite);
16 void setup_paths (char const *argv0);
17 extern bool relocate_binary;
18
19 #endif /* RELOCATE_HH */