1
0
Fork 0
flightgear/utils/fgadmin/src/untarka.h
curt 2513d06633 Updates from Fred to add a progress bar and fix visual glitches.
Tweaks by Curt to progress bar, plus sanity checks on included uninstall
box entries.
2004-02-16 14:08:20 +00:00

10 lines
334 B
C++

#include <string>
using std::string;
// list the contents of the specified tar file
// bool tarlist( char *tarfile, char *destdir, bool verbose );
// extract the specified tar file into the specified destination
// directory
extern "C" void tarextract( char *tarfile, char *destdir, int verbose, void (*step)(void*), void *data );