From f5c8e6980ba84e4fca06d5fa478da7585d0634e2 Mon Sep 17 00:00:00 2001 From: drepper Date: Tue, 8 Dec 1998 13:11:39 +0000 Subject: [PATCH] Move internal interfaces to include/glob.h. --- posix/glob.h | 1 - 1 file changed, 1 deletion(-) diff --git a/posix/glob.h b/posix/glob.h index bf0759c077..6a3ab1817f 100644 --- a/posix/glob.h +++ b/posix/glob.h @@ -183,7 +183,6 @@ extern void globfree64 __P ((glob64_t *__pglob)); This function is not part of the interface specified by POSIX.2 but several programs want to use it. */ -extern int __glob_pattern_p __P ((__const char *__pattern, int __quote)); extern int glob_pattern_p __P ((__const char *__pattern, int __quote)); #endif -- 2.11.0