aboutsummaryrefslogtreecommitdiff
path: root/mctypes.h
diff options
context:
space:
mode:
authorPlex <thinkplex@riseup.net>2021-10-24 23:49:00 +0200
committerPlex <thinkplex@riseup.net>2021-10-24 23:49:00 +0200
commita5099fdeec6f5e45d88108e28e7c00aa1cf3573c (patch)
tree5298b6ab774831304bab218d58a9ca25f332fb35 /mctypes.h
parentd937614705989b9e71c366e5fe61751ba0d1a2eb (diff)
forgot to strip most significant bytes from read
Diffstat (limited to 'mctypes.h')
-rw-r--r--mctypes.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/mctypes.h b/mctypes.h
index 7dad6db..eb19867 100644
--- a/mctypes.h
+++ b/mctypes.h
@@ -13,6 +13,5 @@ typedef struct {
char *data;
} packet;
-
int readVarInt(varint x);
varint writeVarInt(unsigned int x);