Mercurial > hg > octave-lyh
diff src/variables.h @ 4342:813effe14ee1
[project @ 2003-02-20 08:35:55 by jwe]
author | jwe |
---|---|
date | Thu, 20 Feb 2003 08:35:55 +0000 |
parents | 05973ead74eb |
children | 5e2c68946f30 |
line wrap: on
line diff
--- a/src/variables.h +++ b/src/variables.h @@ -80,6 +80,9 @@ extern symbol_record * lookup_by_name (const std::string& nm, bool exec_script = true); +extern octave_function * +lookup_function (const std::string& nm); + extern octave_value get_global_value (const std::string& nm); extern void set_global_value (const std::string& nm, const octave_value& val);