diff src/oct-stream.h @ 5353:df230b7df93c

[project @ 2005-05-18 02:18:24 by jwe]
author jwe
date Wed, 18 May 2005 02:18:24 +0000
parents 4c8a2e4e0717
children 6bf56668b01a
line wrap: on
line diff
--- a/src/oct-stream.h
+++ b/src/oct-stream.h
@@ -631,7 +631,7 @@
 
   static bool instance_ok (void);
 
-  static octave_value insert (const octave_stream& os);
+  static int insert (const octave_stream& os);
 
   static octave_stream
   lookup (int fid, const std::string& who = std::string ());
@@ -662,7 +662,7 @@
 
   static octave_stream_list *instance;
 
-  octave_value do_insert (const octave_stream& os);
+  int do_insert (const octave_stream& os);
 
   octave_stream do_lookup (int fid, const std::string& who = std::string ()) const;
   octave_stream do_lookup (const octave_value& fid,