Update.
[glibc.git] / include / glob.h
blobd83cf5ce53b5d9fcaf37abb64fea37cd17f7cfda
1 #ifndef _GLOB_H
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),
12 glob64_t *__pglob);
14 #endif