diff options
Diffstat (limited to 'port_fwd.h')
-rw-r--r-- | port_fwd.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -31,4 +31,7 @@ struct port_fwd { in_port_t delta[NUM_PORTS]; }; +void get_bound_ports(struct ctx *c, int ns, uint8_t proto); +void port_fwd_init(struct ctx *c); + #endif /* PORT_FWD_H */ |