5 lines
110 B
C
5 lines
110 B
C
#include <stdbool.h>
|
|
|
|
void airspy_adsb_init();
|
|
bool airspy_adsb_parse(struct buf *, struct packet *, void *);
|