Files
adsb-tools/adsbus/exec.h
Ian Gulliver 46696933aa Add --log-file
2016-03-07 11:26:25 -08:00

7 lines
105 B
C

#pragma once
struct flow;
void exec_cleanup(void);
void exec_new(const char *, struct flow *, void *);