diff options
Diffstat (limited to 'lib/glob/glob.h')
-rw-r--r-- | lib/glob/glob.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/glob/glob.h b/lib/glob/glob.h index 993ed70..b946233 100644 --- a/lib/glob/glob.h +++ b/lib/glob/glob.h @@ -35,6 +35,8 @@ extern int glob_pattern_p __P((const char *)); extern char **glob_vector __P((char *, char *, int)); extern char **glob_filename __P((char *, int)); +extern int extglob_pattern_p __P((const char *)); + extern char *glob_error_return; extern int noglob_dot_filenames; extern int glob_ignore_case; |