]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/contrib/strutl.h
restore ABI of pkgTagSection
[apt.git] / apt-pkg / contrib / strutl.h
index 5733fd6e2d4c8012dd7887e06d2516b33e91f861..e20ddca9c45d336694d004525dec27784a4f6f9a 100644 (file)
@@ -40,6 +40,7 @@ namespace APT {
    namespace String {
       std::string Strip(const std::string &s);
       bool Endswith(const std::string &s, const std::string &ending);
+      bool Startswith(const std::string &s, const std::string &starting);
    }
 }
 
@@ -152,9 +153,9 @@ inline const char *DeNull(const char *s) {return (s == 0?"(null)":s);}
 class URI
 {
    void CopyFrom(const std::string &From);
-                
+
    public:
-   
+
    std::string Access;
    std::string User;
    std::string Password;