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