summaryrefslogtreecommitdiff
path: root/src/ftw/_ftw.h
blob: 2225061e6f872ac5e9b926f295a6b9d3fbab0550 (plain)
1
2
3
4
5
6
7
8
#ifndef ___FTW_H__
#define ___FTW_H__

#define __FTW_OLD	(-1)

int __ftw(const char *path, int (*fn)(), int fd_limit, int flags);

#endif