summaryrefslogtreecommitdiff
path: root/apt-pkg/deb/dpkgpm.h
diff options
context:
space:
mode:
authorMichael Vogt <mvo@debian.org>2013-07-11 23:09:47 +0200
committerMichael Vogt <mvo@debian.org>2013-07-11 23:09:47 +0200
commit7546c8da99ade7b6e1bd6aaa9d026f61400214d1 (patch)
treee2cce0aceff73aded42712f114b997d14e554df8 /apt-pkg/deb/dpkgpm.h
parentc7a629dd114c41a1244744e2f5085df2f505dc90 (diff)
Add DPkgPM::Progress for terminal install progress
Diffstat (limited to 'apt-pkg/deb/dpkgpm.h')
-rw-r--r--apt-pkg/deb/dpkgpm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apt-pkg/deb/dpkgpm.h b/apt-pkg/deb/dpkgpm.h
index c31d56f8e..29901a204 100644
--- a/apt-pkg/deb/dpkgpm.h
+++ b/apt-pkg/deb/dpkgpm.h
@@ -84,6 +84,8 @@ class pkgDPkgPM : public pkgPackageManager
bool SendPkgsInfo(FILE * const F, unsigned int const &Version);
void WriteHistoryTag(std::string const &tag, std::string value);
+ void SendTerminalProgress(float percentage);
+
// apport integration
void WriteApportReport(const char *pkgpath, const char *errormsg);