Oops, missed one commit in the last set.
This commit is contained in:
parent
c16feaa963
commit
7a481ed51f
1 changed files with 1 additions and 1 deletions
|
@ -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 );
|
||||
|
|
Loading…
Add table
Reference in a new issue