]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/packagemanager.h
* apt-pkg/tagfile.cc:
[apt.git] / apt-pkg / packagemanager.h
index f95b2ab560f4a3a97f42291f1b4da34524fabf4b..48f53576cf981517abd93f20be92a01e9ad686cf 100644 (file)
@@ -83,12 +83,7 @@ class pkgPackageManager : protected pkgCache::Namespace
                    pkgRecords *Recs);
 
    // Do the installation 
-   OrderResult DoInstall() {
-      if(DoInstallPreFork() == Failed)
-        return Failed;
-
-      return DoInstallPostFork();
-   }
+   OrderResult DoInstall(int statusFd=-1);
 
    // stuff that needs to be done before the fork() of a library that
    // uses apt