Files
adsb-tools/adsbus/outgoing.h

7 lines
127 B
C
Raw Normal View History

#pragma once
struct flow;
void outgoing_cleanup(void);
2016-03-07 11:26:25 -08:00
void outgoing_new(const char *, const char *, struct flow *, void *);