aboutsummaryrefslogtreecommitdiffstats
path: root/cmd.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2011-10-25 21:44:18 +0200
committerArnold D. Robbins <arnold@skeeve.com>2011-10-25 21:44:18 +0200
commit1bba94521445126120cecd41f7ea29a2810a5eeb (patch)
tree79b5bdd3a3831ca2aa51edf1b4408dc5d9f87206 /cmd.h
parent29658e8b38047b234d682613592253761df63d24 (diff)
parent118622c2a66b302ec9706ccd3296a6cc2b8bfb13 (diff)
downloadegawk-1bba94521445126120cecd41f7ea29a2810a5eeb.tar.gz
egawk-1bba94521445126120cecd41f7ea29a2810a5eeb.tar.bz2
egawk-1bba94521445126120cecd41f7ea29a2810a5eeb.zip
Merge branch 'gawk_performance'
Diffstat (limited to 'cmd.h')
-rw-r--r--cmd.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/cmd.h b/cmd.h
index a0c17881..8f8026ae 100644
--- a/cmd.h
+++ b/cmd.h
@@ -28,8 +28,7 @@
#include <readline/history.h>
extern char **command_completion(const char *text, int start, int end);
extern void initialize_pager(FILE *fp); /* debug.c */
-extern NODE **get_varlist(void);
-extern char **get_parmlist(void);
+extern NODE *get_function(void);
#else
#define initialize_pager(x) /* nothing */
#define add_history(x) /* nothing */