]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/relocate.hh
80dc22e89023c33b604c874f5e680aa51e7bf89b
[lilypond.git] / lily / include / relocate.hh
1 /*
2   relocate.hh -- declare relocation functions
3
4   source file of the GNU LilyPond music typesetter
5
6   (c) 2005--2007 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 void read_relocation_dir (string dirname);
16 void read_relocation_file (string filename);
17 string expand_environment_variables (string orig);
18
19 int sane_putenv (char const *key, string value, bool overwrite);
20 void setup_paths (char const *argv0);
21 extern bool relocate_binary;
22
23 #endif /* RELOCATE_HH */