summaryrefslogtreecommitdiff
path: root/apt-pkg/deb/dpkgpm.h
diff options
context:
space:
mode:
authorMichael Vogt <mvo@debian.org>2013-10-17 08:03:41 +0200
committerMichael Vogt <mvo@debian.org>2013-10-17 08:03:41 +0200
commite8022b09e73ee89d3b748e1c8dba82abba5b37f3 (patch)
tree2bc51615c21c16040dbb31ebf873bdd2a29565d0 /apt-pkg/deb/dpkgpm.h
parent5e9458e285af11c7fa4308add10d250e3546c8bf (diff)
parentc420fe0096985234e861aaafc2b9908b6259a1bb (diff)
Merge branch 'debian/sid' into feature/install-progress-refactor
Conflicts: apt-pkg/deb/dpkgpm.cc
Diffstat (limited to 'apt-pkg/deb/dpkgpm.h')
-rw-r--r--apt-pkg/deb/dpkgpm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apt-pkg/deb/dpkgpm.h b/apt-pkg/deb/dpkgpm.h
index 1f4bbafc7..302507105 100644
--- a/apt-pkg/deb/dpkgpm.h
+++ b/apt-pkg/deb/dpkgpm.h
@@ -88,6 +88,7 @@ class pkgDPkgPM : public pkgPackageManager
// Terminal progress
void SetupTerminalScrollArea(int nr_scrolled_rows);
void SendTerminalProgress(float percentage);
+ void CleanupTerminal();
// apport integration
void WriteApportReport(const char *pkgpath, const char *errormsg);