]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/contrib/strutl.h
merge from the lp:~donkult/apt/sid branch
[apt.git] / apt-pkg / contrib / strutl.h
index d65f975d212acc39443672e2cbf5c315c9b06fe8..e72288f4c5c4ffab704c9bd0b60cef3f5a9c94e2 100644 (file)
@@ -121,6 +121,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) {};