]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/contrib/strutl.h
suppoer $(ARCH) in deb822 sources.list as well
[apt.git] / apt-pkg / contrib / strutl.h
index c8fc317c029685df1b1aa6b3a269785899076566..8d746f10eb348c7580722ffeda4cd03572948424 100644 (file)
@@ -36,6 +36,7 @@ using std::ostream;
 namespace APT {
    namespace String {
       std::string Strip(const std::string &s);
+      bool Endswith(const std::string &s, const std::string &ending);
    };
 };