]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/relocate.hh
(framework_relocation): use INSTALLER_PREFIX.
[lilypond.git] / lily / include / relocate.hh
index 77929598e42bbe41ee4c75926c953bb13dc558e9..e3af270a88e2c6d1bc9ab955abfa6c9bfc2cbb7f 100644 (file)
 
 #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);
+
 int sane_putenv (char const *key, string value, bool overwrite);
 void setup_paths (char const *argv0);
 extern bool relocate_binary;