]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/flower-proto.hh
Run `make grand-replace'.
[lilypond.git] / flower / include / flower-proto.hh
index 8246d09fe3b93b5bba5fca71ad9e49aec79fa501..43ca4df6893abdbfadb00f39aa18051e8a8def5b 100644 (file)
@@ -1,7 +1,7 @@
 /*
-  fflower-proto.hh -- typenames in flowerlib
+  flower-proto.hh -- typenames in flowerlib
 
-  (c) 1996--2007 Han-Wen Nienhuys
+  (c) 1996--2008 Han-Wen Nienhuys
 */
 
 #ifndef FLOWER_PROTO_HH
@@ -10,6 +10,7 @@
 char const *flower_version_str0 ();
 
 typedef unsigned char Byte;
+typedef long long I64;
 struct String_convert;
 
 #include "std-string.hh"
@@ -30,24 +31,18 @@ class File_name;
 class File_path;
 struct Getopt_long;
 
-struct Text_stream;
-struct Data_file;
-struct Text_db;
-struct Scalar;
-
 typedef unsigned char U8;
 typedef short I16;
 typedef unsigned short U16;
 typedef unsigned U32;
 typedef int I32;
-typedef long long I64;
+typedef unsigned long long U64;
 
+/* We should really use LLONG_MAX; unfortunately, this appears not to
+   be defined for the gub x-compiler.
+*/
+const U64 U64_MAX = (~0ULL);
 
-struct Duration;
-struct Duration_iterator;
-struct Source_file;
-struct Binary_source_file;
-struct Sources;
 struct File_storage;
 struct Mapped_file_storage;
 struct Simple_file_storage;