1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-06-18 09:28:02 +02:00

zsh-workers:6113

This commit is contained in:
Tanaka Akira 1999-04-27 17:33:45 +00:00
parent 206237c8ec
commit 443c0f7f05

View file

@ -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));