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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/apt-pkg/iprogress.h b/apt-pkg/iprogress.h
index 04520ffe8..5584b3940 100644
--- a/apt-pkg/iprogress.h
+++ b/apt-pkg/iprogress.h
@@ -54,9 +54,12 @@ namespace Progress {
int OutStatusFd;
int StepsDone;
int StepsTotal;
+ void WriteToStatusFd(std::string msg);
public:
PackageManagerProgressFd(int progress_fd);
+
+ // FIXME: rename to Start/Stop to match the pkgAcquireStatus
virtual void Started();
virtual void Finished();