Add beast structure.

This commit is contained in:
Ian Gulliver
2016-02-16 03:42:41 +00:00
parent 1d762390ac
commit 112a978557
5 changed files with 23 additions and 2 deletions

8
beast.h Normal file
View File

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