]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/relocate.hh
(framework_relocation): use INSTALLER_PREFIX.
[lilypond.git] / lily / include / relocate.hh
index c477acaab96e71784b8560383b342d1d5012ea1a..e3af270a88e2c6d1bc9ab955abfa6c9bfc2cbb7f 100644 (file)
 #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;