mirror of
https://github.com/adulau/ssldump.git
synced 2024-11-21 17:07:04 +00:00
Fix build warnings for missing prototypes
This commit is contained in:
parent
8777f61975
commit
e645dc3562
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue