2016-02-17 13:41:33 -08:00
|
|
|
#pragma once
|
|
|
|
|
|
2016-02-29 17:12:06 -08:00
|
|
|
struct flow;
|
2016-02-24 20:15:09 -08:00
|
|
|
|
2016-03-08 11:26:39 -08:00
|
|
|
void incoming_opts_add(void);
|
|
|
|
|
void incoming_init(void);
|
2016-02-25 23:37:37 -08:00
|
|
|
void incoming_cleanup(void);
|
2016-03-07 11:26:25 -08:00
|
|
|
void incoming_new(const char *, const char *, struct flow *, void *);
|