diff options
author | Michael Vogt <mvo@debian.org> | 2013-10-25 15:43:28 +0200 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2013-10-25 15:43:28 +0200 |
commit | 6fad3c240c18dff339d934f2e3bd41c93c417f89 (patch) | |
tree | ad77c61aa880127e56c520e1af7639e89e8ff89d /apt-pkg/deb/dpkgpm.h | |
parent | a18456a58a9ad2fe33f7fbd202533a115712df96 (diff) |
extract getDpkgExecutable() and DPkgPM::BuildPackagesProgressMap() out of the monster long pkgDPkgPM::Go()
Diffstat (limited to 'apt-pkg/deb/dpkgpm.h')
-rw-r--r-- | apt-pkg/deb/dpkgpm.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apt-pkg/deb/dpkgpm.h b/apt-pkg/deb/dpkgpm.h index 922631ba8..5f00eee5d 100644 --- a/apt-pkg/deb/dpkgpm.h +++ b/apt-pkg/deb/dpkgpm.h @@ -97,6 +97,9 @@ class pkgDPkgPM : public pkgPackageManager // dpkg log bool OpenLog(); bool CloseLog(); + + // helper + void BuildPackagesProgressMap(); // input processing void DoStdin(int master); |