]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/deb/dpkgpm.h
* fixed compile errors with g++ 7.3 (thanks to
[apt.git] / apt-pkg / deb / dpkgpm.h
index 7da729904420c24a6bc76351388097d8bf99870d..a413f3a902a54f535f36b1864fe5a94a8ad97325 100644 (file)
@@ -19,6 +19,7 @@ using std::vector;
 class pkgDPkgPM : public pkgPackageManager
 {
    protected:
+   int pkgFailures;
 
    // used for progress reporting
    struct DpkgState 
@@ -44,6 +45,9 @@ class pkgDPkgPM : public pkgPackageManager
    bool RunScriptsWithPkgs(const char *Cnf);
    bool SendV2Pkgs(FILE *F);
 
+   // apport integration
+   void WriteApportReport(const char *pkgpath, const char *errormsg);
+
    // The Actuall installation implementation
    virtual bool Install(PkgIterator Pkg,string File);
    virtual bool Configure(PkgIterator Pkg);