Files
adsb-tools/adsbus/exec.h

9 lines
153 B
C
Raw Normal View History

2016-02-28 15:53:55 -08:00
#pragma once
struct flow;
2016-02-28 15:53:55 -08:00
void exec_opts_add(void);
void exec_init(void);
2016-02-28 15:53:55 -08:00
void exec_cleanup(void);
2016-03-07 11:26:25 -08:00
void exec_new(const char *, struct flow *, void *);