Update.
[platform/upstream/glibc.git] / include / glob.h
1 #ifndef _GLOB_H
2 #include <posix/glob.h>
3
4 /* Now define the internal interfaces.  */
5 extern int __glob_pattern_p (__const char *__pattern, int __quote);
6
7 #endif