diff src/ov.h @ 4700:ca3a1d687bba

[project @ 2004-01-21 03:28:31 by jwe]
author jwe
date Wed, 21 Jan 2004 03:28:32 +0000
parents e95c86d48732
children 62f2fb593455
line wrap: on
line diff
--- a/src/ov.h	Tue Jan 20 23:04:47 2004 +0000
+++ b/src/ov.h	Wed Jan 21 03:28:32 2004 +0000
@@ -51,6 +51,7 @@
 class octave_stream;
 class octave_streamoff;
 class octave_function;
+class octave_user_function;
 class octave_fcn_handle;
 class octave_value_list;
 class octave_lvalue;
@@ -562,6 +563,8 @@
 
   virtual octave_function *function_value (bool silent = false);
 
+  virtual octave_user_function *user_function_value (bool silent = false);
+
   virtual octave_fcn_handle *fcn_handle_value (bool silent = false);
 
   virtual octave_value_list list_value (void) const;