]> git.mxchange.org Git - flightgear.git/blob - utils/fgadmin/src/untarka.h
Revive master sound enable switch.
[flightgear.git] / utils / fgadmin / src / untarka.h
1 // list the contents of the specified tar file
2 // bool tarlist( char *tarfile, char *destdir, bool verbose );
3
4 // extract the specified tar file into the specified destination
5 // directory
6 #ifdef __cplusplus
7 extern "C" {
8 #endif
9
10 void tarextract( char *tarfile, char *destdir, int verbose, void (*step)(void*,int), void *data );
11
12 #ifdef __cplusplus
13 }
14 #endif
15