summaryrefslogtreecommitdiff
path: root/src/net/messagein.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/messagein.h')
-rw-r--r--src/net/messagein.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/messagein.h b/src/net/messagein.h
index e67dcbe8a..ea2caa499 100644
--- a/src/net/messagein.h
+++ b/src/net/messagein.h
@@ -78,6 +78,8 @@ class MessageIn notfinal
/**< Reads a long. */
int32_t readInt32(const char *const str);
+ uint32_t readUInt32(const char *const str);
+
int64_t readInt64(const char *const str);
BeingId readBeingId(const char *const str);