diff src/variables.h @ 2796:74bc1ede3c3d

[project @ 1997-03-07 06:55:47 by jwe]
author jwe
date Fri, 07 Mar 1997 06:56:11 +0000
parents e46137c06781
children 8b262e771614
line wrap: on
line diff
--- a/src/variables.h	Fri Mar 07 02:21:37 1997 +0000
+++ b/src/variables.h	Fri Mar 07 06:56:11 1997 +0000
@@ -128,6 +128,10 @@
 extern tree_fvc *is_valid_function (const octave_value&, const string&,
 				    int warn = 0); 
 
+tree_fvc *extract_function (const octave_value& arg, const string& warn_for,
+			    const string& fname, const string& header,
+			    const string& trailer);
+
 extern string_vector make_name_list (void);
 
 extern void install_builtin_mapper (const builtin_mapper_function& mf);