aboutsummaryrefslogtreecommitdiff
path: root/include/glob.h
blob: f72f65856b299bca2a49e0c122793497b9dd5f22 (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 (__const char *__pattern, int __quote) __THROW;

#endif