]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/acquire-method.h
DropPrivs: Hard-fail if the user does not exist
[apt.git] / apt-pkg / acquire-method.h
index cbf79f8609be84b6d72e204e983095696f1ce258..cdeecc9a73983d602db3e304da750e6bcf9c7d3c 100644 (file)
@@ -105,7 +105,7 @@ class pkgAcqMethod
    
    pkgAcqMethod(const char *Ver,unsigned long Flags = 0);
    virtual ~pkgAcqMethod() {};
-
+   void DropPrivsOrDie();
    private:
    APT_HIDDEN void Dequeue();
 };