diff options
Diffstat (limited to 'src/lib/util/corestr.h')
-rw-r--r-- | src/lib/util/corestr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/util/corestr.h b/src/lib/util/corestr.h index 9a9bce23e99..d31c1e5f8df 100644 --- a/src/lib/util/corestr.h +++ b/src/lib/util/corestr.h @@ -67,6 +67,7 @@ int strcatvprintf(std::string &str, const char *format, va_list args); void strdelchr(std::string& str, char chr); void strreplacechr(std::string& str, char ch, char newch); std::string strtrimspace(std::string& str); +std::string strtrimrightspace(std::string& str); std::string strmakeupper(std::string& str); std::string strmakelower(std::string& str); int strreplace(std::string &str, const std::string& search, const std::string& replace); |