about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-04-27 17:33:45 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-04-27 17:33:45 +0000
commit443c0f7f056f7d0d7a655af62dd9c70c7767a702 (patch)
tree181e9a85427f4922f9b73e9ca86b21ea865e3077
parent206237c8ec4b7619d9e70a75004cd1ae1066b0a0 (diff)
downloadzsh-3.1.5-pws-16-w6117.tar.gz
zsh-3.1.5-pws-16-w6117.tar.xz
zsh-3.1.5-pws-16-w6117.zip
zsh-workers:6113 zsh-3.1.5-pws-16-w6117
-rw-r--r--Src/Zle/comp1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/Zle/comp1.c b/Src/Zle/comp1.c
index fe21b1dfc..d4c4f5760 100644
--- a/Src/Zle/comp1.c
+++ b/Src/Zle/comp1.c
@@ -52,7 +52,7 @@ void (*comp_setunsetptr) _((int, int));
 /* pointers to functions required by compctl and defined by zle */
 
 /**/
-int (*addmatchesptr) _((char *, char *, char *, char *, char *, char *, char *, char *, char *, char *, char *, int, int, Cmatcher, char *, char *, char *, char **));
+int (*addmatchesptr) _((Cadata, char **));
 
 /**/
 char *(*comp_strptr) _((int *, int *, int));