Clean up backend detection flow.

This commit is contained in:
Ian Gulliver
2016-02-15 19:07:56 +00:00
parent 7986d40569
commit f47e1e766b
4 changed files with 42 additions and 42 deletions

View File

@@ -1,4 +1,4 @@
#include <stdbool.h>
void airspy_adsb_init();
bool airspy_adsb_parse(struct buf *, struct packet *, void *);
bool airspy_adsb_parse(struct backend *, struct packet *);