Files
adsb-tools/beast.h

9 lines
149 B
C
Raw Normal View History

2016-02-16 03:42:41 +00:00
#pragma once
#include <stdbool.h>
#include "backend.h"
#include "common.h"
void beast_init();
bool beast_parse(struct backend *, struct packet *);