Move adsbus into its own dir.
This commit is contained in:
10
adsbus/beast.h
Normal file
10
adsbus/beast.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
struct buf;
|
||||
struct packet;
|
||||
|
||||
void beast_init();
|
||||
bool beast_parse(struct buf *, struct packet *, void *);
|
||||
void beast_serialize(struct packet *, struct buf *);
|
||||
Reference in New Issue
Block a user