about summary refs log tree commit diff
path: root/Src/Zle/comp1.c
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-04-15 18:12:56 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-04-15 18:12:56 +0000
commit7a40d6c258ad87d147ee5d6839e746c33ebc0ac7 (patch)
treef1330b87515dca18f200b2ea435842de26ada0e9 /Src/Zle/comp1.c
parent20d67907c95265356b51dbdce8ecc0c1ede9e66b (diff)
downloadzsh-7a40d6c258ad87d147ee5d6839e746c33ebc0ac7.tar.gz
zsh-7a40d6c258ad87d147ee5d6839e746c33ebc0ac7.tar.xz
zsh-7a40d6c258ad87d147ee5d6839e746c33ebc0ac7.zip
zsh-3.1.5-pws-6 zsh-3.1.5-pws-6
Diffstat (limited to 'Src/Zle/comp1.c')
-rw-r--r--Src/Zle/comp1.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/Src/Zle/comp1.c b/Src/Zle/comp1.c
index 42bc92bb2..36588a385 100644
--- a/Src/Zle/comp1.c
+++ b/Src/Zle/comp1.c
@@ -44,12 +44,6 @@ Cmlist cmatcher;
 /* pointers to functions required by zle and defined by compctl */
 
 /**/
-void (*printcompctlptr) _((char *, Compctl, int, int));
-
-/**/
-Compctl (*compctl_widgetptr) _((char *, char **));
-
-/**/
 void (*makecompparamsptr) _((void));
 
 /* pointers to functions required by compctl and defined by zle */
@@ -66,6 +60,8 @@ int (*getcpatptr) _((char *, int, char *, int));
 /**/
 void (*makecomplistcallptr) _((Compctl));
 
+/**/
+void (*makecomplistctlptr) _((int));
 
 /* Hash table for completion info for commands */