no wrapper cp_globmatch needed

This commit is contained in:
dwarning 2020-02-13 18:21:34 +01:00
parent bb61c0ba1e
commit 0c69374876
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;