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 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);