diff src/oct-stream.h @ 2609:12bc9d0a50b5

[project @ 1997-01-18 00:17:36 by jwe]
author jwe
date Sat, 18 Jan 1997 00:17:37 +0000
parents 3be97fe02051
children 8125b6f9c134
line wrap: on
line diff
--- a/src/oct-stream.h	Sat Jan 18 00:13:08 1997 +0000
+++ b/src/oct-stream.h	Sat Jan 18 00:17:37 1997 +0000
@@ -492,6 +492,8 @@
 
   static octave_value open_file_numbers (void);
 
+  static int get_file_number (const octave_value& fid);
+
 private:
 
   Array<octave_stream*> list;
@@ -517,7 +519,7 @@
 
   octave_value do_open_file_numbers (void) const;
 
-  int get_file_number (const octave_value& fid) const;
+  int do_get_file_number (const octave_value& fid) const;
 };
 
 #endif