diff options
Diffstat (limited to 'win32/glob.c')
-rw-r--r-- | win32/glob.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/glob.c b/win32/glob.c index b369362c19..c95c45794e 100644 --- a/win32/glob.c +++ b/win32/glob.c @@ -159,7 +159,7 @@ static int match(Char *, Char *, Char *); static void qprintf(const char *, Char *); #endif -int +PHPAPI int glob(pattern, flags, errfunc, pglob) const char *pattern; int flags, (*errfunc)(const char *, int); @@ -811,7 +811,7 @@ match(name, pat, patend) } /* Free allocated data belonging to a glob_t structure. */ -void +PHPAPI void globfree(pglob) glob_t *pglob; { |