summaryrefslogtreecommitdiff
path: root/apt-pkg/iprogress.h
diff options
context:
space:
mode:
Diffstat (limited to 'apt-pkg/iprogress.h')
-rw-r--r--apt-pkg/iprogress.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apt-pkg/iprogress.h b/apt-pkg/iprogress.h
index 14fc89bff..f097e0943 100644
--- a/apt-pkg/iprogress.h
+++ b/apt-pkg/iprogress.h
@@ -30,6 +30,8 @@ namespace Progress {
protected:
int last_reported_progress;
int nr_terminal_rows;
+ void SetupTerminalScrollArea(int nr_rows);
+
public:
PackageManagerFancy();
virtual void Started();