Files
adsb-tools/raw.h
2016-02-17 16:40:09 -08:00

10 lines
136 B
C

#pragma once
#include <stdbool.h>
struct buf;
struct packet;
void raw_init();
bool raw_parse(struct buf *, struct packet *, void *);