From: Ulrich Drepper Date: Mon, 15 Jun 1998 11:03:50 +0000 (+0000) Subject: Add prototypes for the __new_* functions. X-Git-Tag: glibc-2.16-ports-before-merge~3208 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bb71df5f5f0aa99b085af18f1e52d438e2a32b89;p=thirdparty%2Fglibc.git Add prototypes for the __new_* functions. --- diff --git a/sysdeps/unix/sysv/linux/alpha/glob.c b/sysdeps/unix/sysv/linux/alpha/glob.c index 59c42ae5fce..69da879c20e 100644 --- a/sysdeps/unix/sysv/linux/alpha/glob.c +++ b/sysdeps/unix/sysv/linux/alpha/glob.c @@ -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 #undef glob