]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/stream.hh
*** empty log message ***
[lilypond.git] / lily / include / stream.hh
index fa34b86c309ca885fa8b58477a07726b1197024e..baecc6fb9f820e474426e351f443f1935eba047f 100644 (file)
@@ -3,7 +3,7 @@ stream.hh -- declare compatibility glue for gcc 3.
 
 source file of the GNU LilyPond music typesetter
 
-(c) 2001 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+(c) 2001--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 
  */
 
@@ -16,10 +16,10 @@ source file of the GNU LilyPond music typesetter
 #include "string.hh"
 
 #if __GNUC__ > 2
-std::ostream *open_file_stream (String filename,
-                               std::ios_base::openmode mode=std::ios::out);
+std::ostream *open_file_stream (String file_name,
+                               std::ios_base::openmode mode = std::ios::out);
 #else
-std::ostream *open_file_stream (String filename, int mode=ios::out);
+std::ostream *open_file_stream (String file_name, int mode = ios::out);
 #endif
 void close_file_stream (std::ostream *os);