aboutsummaryrefslogtreecommitdiffstats
path: root/awk.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2012-10-03 10:23:15 +0200
committerArnold D. Robbins <arnold@skeeve.com>2012-10-03 10:23:15 +0200
commit3d9b832439afeb1b05c60831e0865df585dc55ac (patch)
treea0796f2b6a97ceb6c257cad516b62083aacb55da /awk.h
parent9e2703f7ca0b35129a94465654d0e18d14048dbc (diff)
downloadegawk-3d9b832439afeb1b05c60831e0865df585dc55ac.tar.gz
egawk-3d9b832439afeb1b05c60831e0865df585dc55ac.tar.bz2
egawk-3d9b832439afeb1b05c60831e0865df585dc55ac.zip
More SYMTAB and FUNCTAB improvements.
Diffstat (limited to 'awk.h')
-rw-r--r--awk.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/awk.h b/awk.h
index 7f64ce4c..c961865f 100644
--- a/awk.h
+++ b/awk.h
@@ -1666,6 +1666,7 @@ extern int get_numbase(const char *str, bool use_locale);
extern void load_symbols();
extern void init_symbol_table();
extern NODE *symbol_table;
+extern NODE *func_table;
extern NODE *install_symbol(char *name, NODETYPE type);
extern NODE *remove_symbol(NODE *r);
extern void destroy_symbol(NODE *r);