Add prototypes for the __new_* functions.

This commit is contained in:
Ulrich Drepper 1998-06-15 11:03:50 +00:00
parent 7d3d725cc6
commit bb71df5f5f

View File

@ -21,6 +21,12 @@
#define globfree(pglob) \
__new_globfree (pglob)
/* We need prototypes for these new names. */
extern int __new_glob (const char *__pattern, int __flags,
int (*__errfunc) (const char *, int),
glob_t *__pglob);
extern void __new_globfree (glob_t *__pglob);
#include <sysdeps/generic/glob.c>
#undef glob