diff options
Diffstat (limited to 'include/glob.h')
-rw-r--r-- | include/glob.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/glob.h b/include/glob.h index ce047bb177..31b727ee4f 100644 --- a/include/glob.h +++ b/include/glob.h @@ -1 +1,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 |