repo.or.cz
/
GalaxyCodeBases.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
limit fstBC to 30bp in Python3 ver.
[GalaxyCodeBases.git]
/
tools
/
torrent
/
mktorrent_crc
/
ftw.h
blob
66860f9a7121e35ee111ee5feba39f1701afa521
1
#ifndef _FTW_H
2
#define _FTW_H
3
4
typedef
int
(*
file_tree_walk_cb
)(
const char
*
name
,
5
const struct
stat
*
sbuf
,
void
*
data
);
6
7
#ifndef ALLINONE
8
int
file_tree_walk
(
const char
*
dirname
,
unsigned int
nfds
,
9
file_tree_walk_cb callback
,
void
*
data
);
10
11
#endif
/* ALLINONE */
12
13
#endif
/* _FTW_H */