]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/flower-proto.hh
formatting cleanups, rename
[lilypond.git] / flower / include / flower-proto.hh
index cad9bff1f2cf1672bb55dbb56e84f310013f387b..c654c96dc75ceb989b906aa47251cb5850ac8aa0 100644 (file)
@@ -2,23 +2,20 @@
 /*
   fflower-proto.hh -- typenames in flowerlib
 
-  (c) 1996 Han-Wen Nienhuys
+  (c)  1996--2003 Han-Wen Nienhuys
 */
 
 #ifndef FPROTO_HH
 #define FPROTO_HH
 
 
-char const * flower_version_sz();
+char const * flower_version_str0 ();
 
 template<class T> struct Link_array;
 template<class T> struct Array;
 template<class T,class K> struct Assoc;
 template<class K, class V> struct Hash_table;
 template<class K, class V> struct Hash_table_iter;
-template<class T> struct Dictionary_iter;
-template<class T> struct Dictionary;
-template<class T> struct Dictionary_iter;
 template<class T> struct Link_list;
 template<class T> struct Interval_t;
 template<class T> struct PQueue;