summaryrefslogtreecommitdiff
path: root/apt-pkg/deb/dpkgpm.h
diff options
context:
space:
mode:
authorMichael Vogt <mvo@debian.org>2013-09-01 18:33:26 +0200
committerMichael Vogt <mvo@debian.org>2013-09-01 18:33:26 +0200
commitc2ffd51cdc4b3343aa38f3ce58153d4e6338983c (patch)
tree64fa83edecc36dfa788c1075c9f48503893a054c /apt-pkg/deb/dpkgpm.h
parent3cc29bc2cc37f194bb90ae6ae5c467f230f1d5d2 (diff)
parent98b69f9dd0ced02b01e276041635c7bb7f2484e3 (diff)
Merge branch 'debian/sid' of ssh://git.debian.org/git/apt/apt into debian/sid
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);