]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/deb/dpkgpm.h
fix off-by-one error in pkgDPkgPM::SetupTerminalScrollArea()
[apt.git] / apt-pkg / deb / dpkgpm.h
index c31d56f8ea995c4563ecb090df5bc75bc86015d7..3b8d3662315c29416021ef4e48ef231f7b29508f 100644 (file)
@@ -84,6 +84,10 @@ class pkgDPkgPM : public pkgPackageManager
    bool SendPkgsInfo(FILE * const F, unsigned int const &Version);
    void WriteHistoryTag(std::string const &tag, std::string value);
 
+   // Terminal progress 
+   void SetupTerminalScrollArea(int nr_scrolled_rows);
+   void SendTerminalProgress(float percentage);
+
    // apport integration
    void WriteApportReport(const char *pkgpath, const char *errormsg);