]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Add prototypes for the __new_* functions.
authorUlrich Drepper <drepper@redhat.com>
Mon, 15 Jun 1998 11:03:50 +0000 (11:03 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 15 Jun 1998 11:03:50 +0000 (11:03 +0000)
sysdeps/unix/sysv/linux/alpha/glob.c

index 59c42ae5fce8c73077ee346c9f684abd31c92f72..69da879c20ee11f1e132245507d7c8bdb7777988 100644 (file)
 #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