static void qprintf(const char *, Char *);
#endif
-int
+PHPAPI int
glob(pattern, flags, errfunc, pglob)
const char *pattern;
int flags, (*errfunc)(const char *, int);
}
/* Free allocated data belonging to a glob_t structure. */
-void
+PHPAPI void
globfree(pglob)
glob_t *pglob;
{
#define GLOB_ABEND GLOB_ABORTED
BEGIN_EXTERN_C()
-int glob(const char *, int, int (*)(const char *, int), glob_t *);
-void globfree(glob_t *);
+PHPAPI int glob(const char *, int, int (*)(const char *, int), glob_t *);
+PHPAPI void globfree(glob_t *);
END_EXTERN_C()
#endif /* !_GLOB_H_ */