]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/file-storage.hh
2003 -> 2004
[lilypond.git] / flower / include / file-storage.hh
index 7fbcccad58b5e4a532642ff524c34e25c743763d..bd173e1233882099940447d2ecda23c3845a398a 100644 (file)
@@ -3,14 +3,14 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
 #ifndef FILE_STORAGE_HH
 #define FILE_STORAGE_HH
 
-#include "proto.hh"
+#include "flower-proto.hh"
 
 
 /**
@@ -19,8 +19,8 @@
 class File_storage
 {
 public:
-  virtual char const* ch_C () const=0;
-  virtual int length_i () const=0;
+  virtual char const* to_str0 () const=0;
+  virtual int length () const=0;
   virtual ~File_storage (){}
 };