Factor out backend handling code.

This commit is contained in:
Ian Gulliver
2016-02-15 20:01:48 +00:00
parent f47e1e766b
commit 9b97a2c32c
6 changed files with 171 additions and 142 deletions

View File

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