diff src/variables.h @ 1406:034a57daf076

[project @ 1995-09-15 06:03:10 by jwe]
author jwe
date Fri, 15 Sep 1995 06:03:17 +0000 (1995-09-15)
parents ac4b467e9352
children 20e9c40d10f6
line wrap: on
line diff
--- a/src/variables.h
+++ b/src/variables.h
@@ -116,6 +116,11 @@
 				   sv_Function f = (sv_Function) 0,
 				   const char *help = 0);
 
+extern void bind_builtin_variable (const char *, const tree_constant&,
+				   int protect = 0, int eternal = 0,
+				   sv_Function f = (sv_Function) 0,
+				   const char *help = 0);
+
 extern void install_builtin_variables (void);
 
 extern char *maybe_add_default_load_path (const char *p);