diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-04-02 22:11:14 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-04-02 22:11:14 +0000 |
commit | 5870145ac255da65f5bf4ff0fae4715cbb930ec9 (patch) | |
tree | 91684986ad437786fe85ba6a18973c62ebd3b02a /include/hashcomp.h | |
parent | ef960ee420460e437b49e8085c3f1158c60752b9 (diff) |
This needs some general QA-ing. Add support to new parser (introduced in 1.1) for empty final params (just the colon)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6731 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/hashcomp.h')
-rw-r--r-- | include/hashcomp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hashcomp.h b/include/hashcomp.h index 79c7627a0..67a41a968 100644 --- a/include/hashcomp.h +++ b/include/hashcomp.h @@ -237,7 +237,7 @@ namespace irc /** Fetch the next token from the stream * @return The next token is returned, or an empty string if none remain */ - const std::string GetToken(); + bool GetToken(std::string &token); }; /** irc::sepstream allows for splitting token seperated lists. |