]> git.saurik.com Git - apt.git/blobdiff - apt-inst/contrib/extracttar.h
download arch:all also for NATIVE_ARCHITECTURE indextargets
[apt.git] / apt-inst / contrib / extracttar.h
index 22bb69e66af108c9476457d2442ccaa5f11d3914..edd3cec8ed20f0de9a0bdb116ed6f4ef4f00da53 100644 (file)
@@ -48,8 +48,9 @@ class ExtractTar
    
    // Fork and reap gzip
    bool StartGzip();
-   bool Done(bool Force);
-   
+   bool Done();
+   APT_DEPRECATED_MSG("Parameter Force is ignored, use Done() instead.") bool Done(bool Force);
+
    public:
 
    bool Go(pkgDirStream &Stream);