diff options
author | Plex <thinkplex@riseup.net> | 2021-10-25 18:41:59 +0200 |
---|---|---|
committer | Plex <thinkplex@riseup.net> | 2021-10-25 18:41:59 +0200 |
commit | d23f7f0aaa97103670e229abd402ad66a6e703de (patch) | |
tree | 29a252121af2bb3a93f2ad0b28e0160687b31601 /mctypes.h | |
parent | 927c5b7219041a353010141cea139642ac6ca0bf (diff) |
refactoring !!
Diffstat (limited to 'mctypes.h')
-rw-r--r-- | mctypes.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |