summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/hashcomp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/hashcomp.h b/include/hashcomp.h
index f6885fbf0..ce1c403fe 100644
--- a/include/hashcomp.h
+++ b/include/hashcomp.h
@@ -541,4 +541,7 @@ irc::string operator+ (irc::string& leftval, std::string& rightval);
bool operator== (std::string& leftval, irc::string& rightval);
bool operator== (irc::string& leftval, std::string& rightval);
+std::string assign(const irc::string &other);
+irc::string assign(const std::string &other);
+
#endif