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