From d25c1b105da1606d3e372974d7546c1f7726a198 Mon Sep 17 00:00:00 2001 From: Plex Date: Mon, 25 Oct 2021 16:47:49 +0200 Subject: handshake serialized --- mctypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mctypes.h') 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); -- cgit v1.2.3