aboutsummaryrefslogtreecommitdiff
path: root/mctypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'mctypes.h')
-rw-r--r--mctypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mctypes.h b/mctypes.h
index 8230b53..89e9b81 100644
--- a/mctypes.h
+++ b/mctypes.h
@@ -26,5 +26,5 @@ typedef long pong;
int readVarInt(varint x);
varint writeVarInt(unsigned int x);
-size_t serializeHandshake(handshake hs, void *buf);
+size_t serializeHandshake(handshake hs, void **buf);
size_t serializePacket(packet p, void *buf);