]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/deb/dpkgpm.h
make the main loop a while() instead of a for() as I find this (much) easier to read...
[apt.git] / apt-pkg / deb / dpkgpm.h
index 302507105982e8d344244e3668f610245b918b94..922631ba80ad3f0ead4295a1574bff602fc8d526 100644 (file)
@@ -84,11 +84,12 @@ class pkgDPkgPM : public pkgPackageManager
    __deprecated bool SendV2Pkgs(FILE *F);
    bool SendPkgsInfo(FILE * const F, unsigned int const &Version);
    void WriteHistoryTag(std::string const &tag, std::string value);
+   std::string ExpandShortPackageName(pkgDepCache &Cache,
+                                      const std::string &short_pkgname);
 
    // Terminal progress 
    void SetupTerminalScrollArea(int nr_scrolled_rows);
    void SendTerminalProgress(float percentage);
-   void CleanupTerminal();
 
    // apport integration
    void WriteApportReport(const char *pkgpath, const char *errormsg);