#pragma once #include struct buf; struct packet; void raw_init(); bool raw_parse(struct buf *, struct packet *, void *);