diff src/ov-base.h @ 4643:ef3a14fb6847

[project @ 2003-11-22 12:25:44 by jwe]
author jwe
date Sat, 22 Nov 2003 12:25:45 +0000
parents d44675070f1a
children bd2067547b40
line wrap: on
line diff
--- a/src/ov-base.h	Sat Nov 22 12:20:33 2003 +0000
+++ b/src/ov-base.h	Sat Nov 22 12:25:45 2003 +0000
@@ -126,6 +126,8 @@
 
   bool is_stream (void) const { return false; }
 
+  bool is_streamoff (void) const { return false; }
+
   bool is_cs_list (void) const { return false; }
 
   bool is_list (void) const { return false; }
@@ -224,6 +226,8 @@
 
   int stream_number (void) const;
 
+  streamoff_array streamoff_value (void) const;
+
   octave_function *function_value (bool silent);
 
   octave_fcn_handle *fcn_handle_value (bool silent);