changeset 2293:a015ab4392c2

[project @ 1996-06-13 08:52:18 by jwe]
author jwe
date Thu, 13 Jun 1996 08:52:18 +0000
parents a265f5e924e3
children 46839fa1fcf3
files src/variables.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/variables.h	Thu Jun 06 14:59:05 1996 +0000
+++ b/src/variables.h	Thu Jun 13 08:52:18 1996 +0000
@@ -87,6 +87,8 @@
 
 extern bool is_builtin_variable (const string&);
 extern bool is_text_function_name (const string&);
+extern bool is_mapper_function_name (const string&);
+extern bool is_builtin_function_name (const string&);
 extern bool is_globally_visible (const string&);
 
 extern tree_fvc *is_valid_function (const octave_value&, const string&,