]> git.ipfire.org Git - thirdparty/glibc.git/blame - include/glob.h
iconv: Suppress array out of bounds warning.
[thirdparty/glibc.git] / include / glob.h
CommitLineData
5c2a0669 1#ifndef _GLOB_H
28f540f4 2#include <posix/glob.h>
5c2a0669 3
31341567 4#ifndef _ISOMAC
c41f555e 5libc_hidden_proto (glob)
f8ea3acb 6libc_hidden_proto (glob64)
c41f555e
RM
7libc_hidden_proto (globfree)
8libc_hidden_proto (globfree64)
9
5c2a0669 10/* Now define the internal interfaces. */
a784e502
UD
11extern int __glob_pattern_p (const char *__pattern, int __quote);
12extern int __glob64 (const char *__pattern, int __flags,
13 int (*__errfunc) (const char *, int),
60f0e64b 14 glob64_t *__pglob);
31341567 15#endif
5c2a0669
UD
16
17#endif