aboutsummaryrefslogtreecommitdiffstats
path: root/guts/glob.c
blob: 7a12dbee85acf30de6131c580372fe4e2a2c16ab (plain)
1
2
3
4
5
6
7
8
9
10
11
/* 
 * static int
 * wrap_glob(const char *pattern, int flags, int (*errfunc)(const char *, int), glob_t *pglob) {
 *	int rc = -1;
 */

	rc = real_glob(pattern, flags, errfunc, pglob);

/*	return rc;
 * }
 */