diff options
Diffstat (limited to 'include/hashcomp.h')
-rw-r--r-- | include/hashcomp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hashcomp.h b/include/hashcomp.h index 67a41a968..b903f7748 100644 --- a/include/hashcomp.h +++ b/include/hashcomp.h @@ -535,6 +535,7 @@ bool operator== (const irc::string& leftval, const std::string& rightval); std::string assign(const irc::string &other); irc::string assign(const std::string &other); +std::string& trim(std::string &str); namespace nspace { |