summaryrefslogtreecommitdiff
path: root/include/glob.h
blob: 31b727ee4fa4d30f67c4f575539603d73378fe69 (plain)
1
2
3
4
5
6
7
#ifndef	_GLOB_H
#include <posix/glob.h>

/* Now define the internal interfaces.  */
extern int __glob_pattern_p __P ((__const char *__pattern, int __quote));

#endif