]> git.saurik.com Git - apt.git/blobdiff - apt-private/private-output.h
add hashsum support in apt-file download and add more tests
[apt.git] / apt-private / private-output.h
index ba04ee2215214b6e97b27f9bbbfbe32d477d0713..2a2a694584b9567d869734ec98de7087f2ba3cf7 100644 (file)
@@ -43,10 +43,6 @@ bool ShowEssential(std::ostream &out,CacheFile &Cache);
 
 void Stats(std::ostream &out, pkgDepCache &Dep);
 
-// helpers to display single package data
-std::string
-GetArchiveSuite(pkgCacheFile &CacheFile, pkgCache::VerIterator ver);
-
 // prompting
 bool YnPrompt(bool Default=true);
 bool AnalPrompt(const char *Text);