aboutsummaryrefslogtreecommitdiff
path: root/mctypes.h
diff options
context:
space:
mode:
authorPlex <thinkplex@riseup.net>2021-10-25 16:47:49 +0200
committerPlex <thinkplex@riseup.net>2021-10-25 16:47:49 +0200
commitd25c1b105da1606d3e372974d7546c1f7726a198 (patch)
tree357040b6be050bad2f6603419712446cf9ac2184 /mctypes.h
parent53a085962964f4db118619a5e2156c901aba55a6 (diff)
handshake serialized
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);