]> git.saurik.com Git - apt.git/blobdiff - apt-inst/contrib/extracttar.h
Check if the Apt::Sandbox::User exists in CheckDropPrivsMustBeDisabled()
[apt.git] / apt-inst / contrib / extracttar.h
index 22bb69e66af108c9476457d2442ccaa5f11d3914..871946edb51dbd39098d714c8b84f8b39f1b8b5d 100644 (file)
@@ -48,8 +48,9 @@ class ExtractTar
    
    // Fork and reap gzip
    bool StartGzip();
-   bool Done(bool Force);
-   
+   bool Done();
+   APT_DEPRECATED bool Done(bool Force); // Force is ignored – and the default behaviour
+
    public:
 
    bool Go(pkgDirStream &Stream);