diff options
Diffstat (limited to 'src/util/StringUtil.hxx')
-rw-r--r-- | src/util/StringUtil.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/util/StringUtil.hxx b/src/util/StringUtil.hxx index a48e2abc9..779d5d776 100644 --- a/src/util/StringUtil.hxx +++ b/src/util/StringUtil.hxx @@ -51,6 +51,10 @@ gcc_pure bool StringStartsWith(const char *haystack, const char *needle); +gcc_pure +bool +StringEndsWith(const char *haystack, const char *needle); + /** * Checks whether a string array contains the specified string. * |