mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-06-22 10:48:03 +02:00
zsh-workers:6113
This commit is contained in:
parent
206237c8ec
commit
443c0f7f05
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ void (*comp_setunsetptr) _((int, int));
|
||||||
/* pointers to functions required by compctl and defined by zle */
|
/* 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));
|
char *(*comp_strptr) _((int *, int *, int));
|
||||||
|
|
Loading…
Reference in a new issue