]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/contrib/strutl.h
Only allow "apt-get build-dep path" when path starts with ./ or /
[apt.git] / apt-pkg / contrib / strutl.h
index 5733fd6e2d4c8012dd7887e06d2516b33e91f861..da8bebdb513d520a188b024d852f84fb06493377 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);
    }
 }