Multiple parser support.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
#include <stdbool.h>
|
||||
|
||||
bool airspy_adsb_parse(struct buf *, struct packet *);
|
||||
void airspy_adsb_init();
|
||||
bool airspy_adsb_parse(struct buf *, struct packet *, void *);
|
||||
|
||||
Reference in New Issue
Block a user