]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/file-results.hh
''
[lilypond.git] / lily / include / file-results.hh
index a9cf1abdafde4dd55c887e50c3ad7c150a057078..7f9e98b1b0aadc47b24bb12e2d38503ad20245ac 100644 (file)
@@ -1,20 +1,18 @@
 /*   
-  file-results.hh -- declare 
+  file-results.hh -- declare functions for processing one input file.
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 1998 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1998--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
 #ifndef FILE_RESULTS_HH
 #define FILE_RESULTS_HH
-
-#include "lily-proto.hh"
-#include "string.hh"
+#include "flower-proto.hh"
 
 void do_one_file (String init_str, String file_str);
-extern Header *header_global_p;
+extern Scheme_hash_table *global_header_p;
 extern Array<String> target_str_global_array;
 extern Array<String> inclusion_global_array;
 extern Link_array<Score> score_global_array;