diff options
Diffstat (limited to 'src/net/messagein.h')
-rw-r--r-- | src/net/messagein.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/messagein.h b/src/net/messagein.h index cc32328cb..ba857ce64 100644 --- a/src/net/messagein.h +++ b/src/net/messagein.h @@ -97,6 +97,8 @@ class MessageIn notfinal virtual void skip(const unsigned int length, const char *const str = nullptr); + void skipToEnd(const char *const str = nullptr); + /** * Reads a string. If a length is not given (-1), it is assumed * that the length of the string is stored in a short at the |