diff options
author | Michael Vogt <mvo@debian.org> | 2013-11-29 08:35:05 +0100 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2013-11-29 08:37:54 +0100 |
commit | cf993341c2067ee091cfd51e5da0e237babce171 (patch) | |
tree | 1ece0eaaaea76acf5fba1c74054873d80ef633b5 /apt-pkg/contrib/strutl.h | |
parent | a8f671c17a7f34e80a49bf367bceaa009551b066 (diff) |
add "APT::String::Endswith" and automatic adding of ".list" in apt edit-source
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); }; }; |