From 7a40d6c258ad87d147ee5d6839e746c33ebc0ac7 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Thu, 15 Apr 1999 18:12:56 +0000 Subject: zsh-3.1.5-pws-6 --- Src/Zle/comp1.c | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'Src/Zle/comp1.c') 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 @@ -43,12 +43,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)); @@ -66,6 +60,8 @@ int (*getcpatptr) _((char *, int, char *, int)); /**/ void (*makecomplistcallptr) _((Compctl)); +/**/ +void (*makecomplistctlptr) _((int)); /* Hash table for completion info for commands */ -- cgit 1.4.1