summaryrefslogtreecommitdiff
path: root/apt-pkg/deb/dpkgpm.h
diff options
context:
space:
mode:
authorMichael Vogt <mvo@debian.org>2013-10-25 15:43:28 +0200
committerMichael Vogt <mvo@debian.org>2013-10-25 15:43:28 +0200
commit6fad3c240c18dff339d934f2e3bd41c93c417f89 (patch)
treead77c61aa880127e56c520e1af7639e89e8ff89d /apt-pkg/deb/dpkgpm.h
parenta18456a58a9ad2fe33f7fbd202533a115712df96 (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.h3
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);