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

9
beast.c Normal file
View File

@@ -0,0 +1,9 @@
#include "beast.h"
void beast_init() {
}
bool beast_parse(struct backend *backend, struct packet *packet) {
return false;
}