]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/relocate.hh
Run `make grand-replace'.
[lilypond.git] / lily / include / relocate.hh
index c477acaab96e71784b8560383b342d1d5012ea1a..6a76a22e2fd5656c6ccae44107254d10c930bace 100644 (file)
@@ -1,20 +1,22 @@
 /*
-  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>
 
 */
 
 #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;