]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/relocate.hh
Run `make grand-replace'.
[lilypond.git] / lily / include / relocate.hh
index 77929598e42bbe41ee4c75926c953bb13dc558e9..6a76a22e2fd5656c6ccae44107254d10c930bace 100644 (file)
@@ -1,9 +1,9 @@
 /*
-  relocate.hh -- declare
+  relocate.hh -- declare relocation functions
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2005--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 2005--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
 */
 
 
 #include "std-string.hh"
 
+void read_relocation_dir (string dirname);
+void read_relocation_file (string filename);
+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;