]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/contrib/strutl.h
Change the package index Info methods to allow apt-cache policy to be
[apt.git] / apt-pkg / contrib / strutl.h
index 2b2e147fb740c2a07f35ef196915806f833563ef..a1e7f3934e2ec3763ccc84b169f98ebc3a843211 100644 (file)
@@ -120,6 +120,7 @@ class URI
    inline void operator =(const string &From) {CopyFrom(From);};
    inline bool empty() {return Access.empty();};
    static string SiteOnly(const string &URI);
+   static string NoUserPassword(const string &URI);
    
    URI(string Path) {CopyFrom(Path);};
    URI() : Port(0) {};