about summary refs log tree commit diff
path: root/Src/Zle/comp1.c
diff options
context:
space:
mode:
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 */