Factor out backend handling code.
This commit is contained in:
@@ -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 *);
|
||||
|
||||
Reference in New Issue
Block a user