X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Frelocate.hh;h=d50614d78715c48d68fca43cc758ca4bd3dcbb5d;hb=87eedcd59f4082cb0841528ad5bc82cb1d1191e3;hp=c477acaab96e71784b8560383b342d1d5012ea1a;hpb=75eebcb49e52d296b1da3e1074e0825d2c780db4;p=lilypond.git diff --git a/lily/include/relocate.hh b/lily/include/relocate.hh index c477acaab9..d50614d787 100644 --- a/lily/include/relocate.hh +++ b/lily/include/relocate.hh @@ -1,20 +1,23 @@ /* - relocate.hh -- declare + relocate.hh -- declare relocation functions source file of the GNU LilyPond music typesetter - (c) 2005--2006 Han-Wen Nienhuys + (c) 2005--2007 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 read_line (FILE *f); +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;