Raw send support.

This commit is contained in:
Ian Gulliver
2016-02-17 20:14:44 -08:00
parent 7d39421966
commit 3801b2c9ce
3 changed files with 40 additions and 0 deletions

1
raw.h
View File

@@ -7,3 +7,4 @@ struct packet;
void raw_init();
bool raw_parse(struct buf *, struct packet *, void *);
void raw_serialize(struct packet *, struct buf *);