]> git.mxchange.org Git - flightgear.git/commitdiff
Oops, missed one commit in the last set.
authorcurt <curt>
Mon, 15 Mar 2004 20:49:26 +0000 (20:49 +0000)
committercurt <curt>
Mon, 15 Mar 2004 20:49:26 +0000 (20:49 +0000)
utils/fgadmin/src/untarka.h

index 32fd22bfe84ad58e5cd2466e1aa162a5a8ca8124..b895d0bbef9489508a668441cfed75464b708629 100644 (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 );