]> git.mxchange.org Git - flightgear.git/blob - utils/fgadmin/src/untarka.h
Merge branch 'fredb/winbuild'
[flightgear.git] / utils / fgadmin / src / untarka.h
1 #include <string>
2
3 using std::string;
4
5 // list the contents of the specified tar file
6 // bool tarlist( char *tarfile, char *destdir, bool verbose );
7
8 // extract the specified tar file into the specified destination
9 // directory
10 extern "C" void tarextract( char *tarfile, char *destdir, int verbose, void (*step)(void*,int), void *data );