Proto parsing working.

This commit is contained in:
Ian Gulliver
2016-02-23 19:46:42 -08:00
parent 4f48153d4f
commit c70886e55c
3 changed files with 89 additions and 6 deletions

View File

@@ -5,5 +5,6 @@
struct buf;
struct packet;
void proto_cleanup();
bool proto_parse(struct buf *, struct packet *, void *);
void proto_serialize(struct packet *, struct buf *);