diff options
author | Michael Vogt <mvo@debian.org> | 2013-08-28 10:59:54 +0200 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2013-08-28 10:59:54 +0200 |
commit | f68cba9b720bc44aacf6af468836287d9754afea (patch) | |
tree | d2cd3bf53caee0bb5df84c8a14fca5b0e9eef254 /apt-pkg/deb/dpkgpm.h | |
parent | 45dc05ff2f51612945232dac469ac1c6926d4019 (diff) | |
parent | 7546c8da99ade7b6e1bd6aaa9d026f61400214d1 (diff) |
Merge remote-tracking branch 'mvo/feature/install-progress' into debian/sid
Diffstat (limited to 'apt-pkg/deb/dpkgpm.h')
-rw-r--r-- | apt-pkg/deb/dpkgpm.h | 2 |
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); |