]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/deb/dpkgpm.h
enable APT in unpack/configure ordering to handle loops as well
[apt.git] / apt-pkg / deb / dpkgpm.h
index fb92c58ea98258fa84186773c696cbdf39e9d75b..3f95c51dc9cd37f72806c21708f99b97ec87bc1d 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