2 #include <posix/glob.h>
4 libc_hidden_proto (glob
)
5 libc_hidden_proto (globfree
)
6 libc_hidden_proto (globfree64
)
8 /* Now define the internal interfaces. */
9 extern int __glob_pattern_p (__const
char *__pattern
, int __quote
);
10 extern int __glob64 (__const
char *__pattern
, int __flags
,
11 int (*__errfunc
) (__const
char *, int),