Added spec:commit task to commit changes to spec/ruby sources.
[rbx.git] / shotgun / lib / ar.h
blob07dbd0e4d822680bdfad9e7548ff2cad54ddbc59
1 #ifndef RBS_AR_H
2 #define RBS_AR_H
4 int ar_each_file(machine, const char *, int(*)(machine, char *, uint8_t *, long));
6 #endif