Style and include cleanups.

This commit is contained in:
Ian Gulliver
2016-02-17 16:40:09 -08:00
parent 8e2e7b2562
commit ae5b4c1ce4
19 changed files with 213 additions and 245 deletions

View File

@@ -1,8 +1,9 @@
#pragma once
#include <stdbool.h>
#include "backend.h"
#include "common.h"
struct buf;
struct packet;
void beast_init();
bool beast_parse(struct backend *, struct packet *);
bool beast_parse(struct buf *, struct packet *, void *);