2016-02-28 15:53:55 -08:00
|
|
|
#pragma once
|
|
|
|
|
|
2016-02-29 17:12:06 -08:00
|
|
|
struct flow;
|
2016-02-28 15:53:55 -08:00
|
|
|
|
2016-03-08 11:26:39 -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 *);
|