limit fstBC to 30bp in Python3 ver.
[GalaxyCodeBases.git] / tools / torrent / mktorrent_crc / ftw.h
blob66860f9a7121e35ee111ee5feba39f1701afa521
1 #ifndef _FTW_H
2 #define _FTW_H
4 typedef int (*file_tree_walk_cb)(const char *name,
5 const struct stat *sbuf, void *data);
7 #ifndef ALLINONE
8 int file_tree_walk(const char *dirname, unsigned int nfds,
9 file_tree_walk_cb callback, void *data);
11 #endif /* ALLINONE */
13 #endif /* _FTW_H */