7 lines
115 B
C
7 lines
115 B
C
#pragma once
|
|
|
|
struct flow;
|
|
|
|
void outgoing_cleanup(void);
|
|
void outgoing_new(char *, char *, struct flow *, void *);
|