X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Frelocate.hh;h=6a76a22e2fd5656c6ccae44107254d10c930bace;hb=0387f04497978e37b335a8b99eec905499d6ad0f;hp=41e1174e260bda15bfddd6e78b42ec0257e3a578;hpb=56fa0a3bf9e81a69660591acc6803db4f5b985c9;p=lilypond.git diff --git a/lily/include/relocate.hh b/lily/include/relocate.hh index 41e1174e26..6a76a22e2f 100644 --- a/lily/include/relocate.hh +++ b/lily/include/relocate.hh @@ -1,20 +1,22 @@ /* - relocate.hh -- declare + relocate.hh -- declare relocation functions source file of the GNU LilyPond music typesetter - (c) 2005 Han-Wen Nienhuys + (c) 2005--2008 Han-Wen Nienhuys */ #ifndef RELOCATE_HH #define RELOCATE_HH +#include "std-string.hh" +void read_relocation_dir (string dirname); +void read_relocation_file (string filename); +string expand_environment_variables (string orig); -#include "string.hh" - -int sane_putenv (char const *key, String value, bool overwrite); +int sane_putenv (char const *key, string value, bool overwrite); void setup_paths (char const *argv0); extern bool relocate_binary;