diff src/variables.h @ 581:bc813f5eb025

[project @ 1994-08-07 01:02:15 by jwe]
author jwe
date Sun, 07 Aug 1994 01:02:15 +0000
parents 18007cc05a02
children 6f948c6251a9
line wrap: on
line diff
--- a/src/variables.h
+++ b/src/variables.h
@@ -66,6 +66,12 @@
 
 extern int symbol_out_of_date (symbol_record *sr);
 
+extern int load_fcn_from_file (symbol_record *s, int exec_script = 1);
+
+extern int lookup (symbol_record *s, int exec_script = 1);
+
+extern symbol_record *lookup_by_name (const char *nm, int exec_script = 1);
+
 extern void document_symbol (const char *name, const char *help);
 
 extern void install_builtin_mapper (builtin_mapper_function *mf);