summaryrefslogtreecommitdiff
path: root/src/net/messageout.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/messageout.h')
-rw-r--r--src/net/messageout.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/net/messageout.h b/src/net/messageout.h
index 9cf9b7e3e..e158430d6 100644
--- a/src/net/messageout.h
+++ b/src/net/messageout.h
@@ -61,6 +61,9 @@ class MessageOut notfinal
void writeInt32(const int32_t value,
const char *const str);
+ void writeItemId(const int32_t value,
+ const char *const str);
+
void writeInt64(const int64_t value,
const char *const str);