diff src/variables.h @ 2849:5338beb20eb9

[project @ 1997-03-28 21:33:27 by jwe]
author jwe
date Fri, 28 Mar 1997 21:33:27 +0000
parents 8b262e771614
children 8c516da3c1f7
line wrap: on
line diff
--- a/src/variables.h
+++ b/src/variables.h
@@ -107,6 +107,10 @@
 
 extern symbol_record *lookup_by_name (const string& nm, int exec_script = 1);
 
+extern octave_value get_global_value (const string& nm);
+
+extern void set_global_value (const string& nm, const octave_value& val);
+
 extern string get_help_from_file (const string& f);
 
 extern string builtin_string_variable (const string&);