diff options
author | Michael Vogt <mvo@debian.org> | 2013-11-29 08:38:12 +0100 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2013-11-29 08:38:12 +0100 |
commit | faeb435cab7b41a50c621ef9f96853d15c57d0d8 (patch) | |
tree | c2554080ab4a46b0cfdd1eba7fb0767328e75c44 /apt-pkg/contrib/strutl.h | |
parent | c1a61d1ca91e0a0a79b8c1be3fe04bcfa12cf0dc (diff) | |
parent | cf993341c2067ee091cfd51e5da0e237babce171 (diff) |
Merge branch 'feature/edit-sources' into debian/sid
Diffstat (limited to 'apt-pkg/contrib/strutl.h')
-rw-r--r-- | apt-pkg/contrib/strutl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apt-pkg/contrib/strutl.h b/apt-pkg/contrib/strutl.h index c8fc317c0..8d746f10e 100644 --- a/apt-pkg/contrib/strutl.h +++ b/apt-pkg/contrib/strutl.h @@ -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); }; }; |