]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/deb/dpkgpm.h
* apt-pkg/acquire.cc:
[apt.git] / apt-pkg / deb / dpkgpm.h
index 448091626be568eecb3784dbd1dbb6ee7fa08d2f..e5f19740568da6b1d41d922d543531939ab6150c 100644 (file)
@@ -29,6 +29,7 @@ class pkgDPkgPM : public pkgPackageManager
    FILE *term_out;
    
    protected:
+   int pkgFailures;
 
    // progress reporting
    struct DpkgState 
@@ -66,6 +67,13 @@ class pkgDPkgPM : public pkgPackageManager
    bool RunScriptsWithPkgs(const char *Cnf);
    bool SendV2Pkgs(FILE *F);
 
+   // apport integration
+   void WriteApportReport(const char *pkgpath, const char *errormsg);
+
+   // dpkg log
+   bool OpenLog();
+   bool CloseLog();
+   
    // input processing
    void DoStdin(int master);
    void DoTerminalPty(int master);