aboutsummaryrefslogtreecommitdiffstats
path: root/guts/ftw.c
blob: 7b298dd9d40d7f737eec82387167e99d1b1d9327 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* 
 * static int
 * wrap_ftw(const char *path, int (*fn)(const char *, const struct stat *, int), int nopenfd) {
 *	int rc = -1;
 */

	rc = real_ftw(path, fn, nopenfd);

/*	return rc;
 * }
 */