1
0
Fork 0

Oops, missed one commit in the last set.

This commit is contained in:
curt 2004-03-15 20:49:26 +00:00
parent c16feaa963
commit 7a481ed51f

View file

@ -7,4 +7,4 @@ using std::string;
// 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 );
extern "C" void tarextract( char *tarfile, char *destdir, int verbose, void (*step)(void*,int), void *data );