]> 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 b42e0649171ceae71131f3236132af199a53d400..8d746f10eb348c7580722ffeda4cd03572948424 100644 (file)
@@ -33,6 +33,14 @@ using std::vector;
 using std::ostream;
 #endif
 
+namespace APT {
+   namespace String {
+      std::string Strip(const std::string &s);
+      bool Endswith(const std::string &s, const std::string &ending);
+   };
+};
+
+
 bool UTF8ToCodeset(const char *codeset, const std::string &orig, std::string *dest);
 char *_strstrip(char *String);
 char *_strrstrip(char *String); // right strip only