]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/contrib/strutl.h
review apt(8) manpage
[apt.git] / apt-pkg / contrib / strutl.h
index d64270aaf3d0714de2297000b1ab31b9b8fca9c2..01bbfef720a254b3e1615b2ddd7808386f69b2f8 100644 (file)
@@ -167,6 +167,7 @@ class URI
    inline void operator =(const std::string &From) {CopyFrom(From);}
    inline bool empty() {return Access.empty();};
    static std::string SiteOnly(const std::string &URI);
+   static std::string ArchiveOnly(const std::string &URI);
    static std::string NoUserPassword(const std::string &URI);
    
    URI(std::string Path) {CopyFrom(Path);}