Files
adsb-tools/stats.h
2016-02-17 08:30:32 +00:00

8 lines
108 B
C

#pragma once
#include "common.h"
void stats_init();
void stats_serialize(struct packet *, struct buf *);