Fix build warnings for missing prototypes

This commit is contained in:
William Robinet 2020-08-27 16:39:01 +02:00
parent 8777f61975
commit e645dc3562

View file

@ -100,6 +100,9 @@ int tcp_create_conn PROTO_LIST((tcp_conn **connp,
int tcp_destroy_conn PROTO_LIST((tcp_conn *conn));
int free_tcp_segment_queue PROTO_LIST((segment *seg));
int copy_tcp_segment_queue PROTO_LIST((segment **out,segment *in));
int clean_old_conn(void);
int destroy_all_conn(void);
#endif