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

	rc = real_nftw(path, fn, nopenfd, flag);

/*	return rc;
 * }
 */