no wrapper cp_globmatch needed

This commit is contained in:
dwarning 2020-02-13 18:21:34 +01:00 committed by Holger Vogt
parent e628fd8977
commit 4f75d56011
1 changed files with 0 additions and 1 deletions

View File

@ -79,7 +79,6 @@ extern void cp_pushcontrol(void);
/* glob.c */
extern bool cp_globmatch(const char *p, const char *s);
extern char *cp_tildexpand(const char *string);
extern char cp_cbrac;
extern char cp_ccurl;