]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/deb/dpkgpm.h
fix crash when P.Arch() was used but the cache got remapped
[apt.git] / apt-pkg / deb / dpkgpm.h
index b7b5a6def6243f877cf3056fa78901fe6a054fc1..ddf9485c746d2d9f9a0f949a815d07a1b46fa72e 100644 (file)
 using std::vector;
 using std::map;
 
+class pkgDPkgPMPrivate;
 
 class pkgDPkgPM : public pkgPackageManager
 {
    private:
-
-   bool stdin_is_dev_null;
-
-   // the buffer we use for the dpkg status-fd reading
-   char dpkgbuf[1024];
-   int dpkgbuf_pos;
-   FILE *term_out;
-   FILE *history_out;
-   string dpkg_error;
+   pkgDPkgPMPrivate *d;
 
    /** \brief record the disappear action and handle accordingly