diff src/variables.h @ 3178:09a3064a3a17

[project @ 1998-06-23 03:46:42 by jwe]
author jwe
date Tue, 23 Jun 1998 03:47:31 +0000
parents f491f232cb09
children 4964d5391acc
line wrap: on
line diff
--- a/src/variables.h	Thu May 28 15:23:51 1998 +0000
+++ b/src/variables.h	Tue Jun 23 03:47:31 1998 +0000
@@ -53,6 +53,9 @@
 is_valid_function (const octave_value&, const string&, bool warn = false); 
 
 extern octave_function *
+is_valid_function (const string&, const string&, bool warn = false); 
+
+extern octave_function *
 extract_function (const octave_value& arg, const string& warn_for,
 		  const string& fname, const string& header,
 		  const string& trailer);