From d23f7f0aaa97103670e229abd402ad66a6e703de Mon Sep 17 00:00:00 2001 From: Plex Date: Mon, 25 Oct 2021 18:41:59 +0200 Subject: refactoring !! --- mctypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mctypes.h') diff --git a/mctypes.h b/mctypes.h index 45d1ed6..04362e2 100644 --- a/mctypes.h +++ b/mctypes.h @@ -31,7 +31,7 @@ typedef long pong; int from_varint(varint x); varint to_varint(unsigned int x); -size_t len_varint(varint x); +size_t size_varint(varint x); size_t serialize_handshake(handshake hs, void **buf); size_t serialize_packet(packet p, void **buf); -- cgit v1.2.3