repo.or.cz
/
rbx.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Change soft-fail to use the config, rather than env
[rbx.git]
/
shotgun
/
lib
/
ar.h
blob
07dbd0e4d822680bdfad9e7548ff2cad54ddbc59
1
#ifndef RBS_AR_H
2
#define RBS_AR_H
3
4
int
ar_each_file
(
machine
,
const char
*,
int
(*)(
machine
,
char
*,
uint8_t
*,
long
));
5
6
#endif
7