summaryrefslogtreecommitdiff
path: root/include/hashcomp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hashcomp.h')
-rw-r--r--include/hashcomp.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/hashcomp.h b/include/hashcomp.h
index 445c4c4ea..b7f8d9538 100644
--- a/include/hashcomp.h
+++ b/include/hashcomp.h
@@ -263,6 +263,11 @@ namespace irc
*/
virtual const std::string GetToken();
+ /** Fetch the entire remaining stream, without tokenizing
+ * @return The remaining part of the stream
+ */
+ virtual const std::string GetRemaining();
+
/** Returns true if the end of the stream has been reached
* @return True if the end of the stream has been reached, otherwise false
*/