mirror of
https://github.com/adulau/ssldump.git
synced 2024-11-22 01:17: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
|
@ -101,5 +101,8 @@ int tcp_destroy_conn PROTO_LIST((tcp_conn *conn));
|
||||||
int free_tcp_segment_queue PROTO_LIST((segment *seg));
|
int free_tcp_segment_queue PROTO_LIST((segment *seg));
|
||||||
int copy_tcp_segment_queue PROTO_LIST((segment **out,segment *in));
|
int copy_tcp_segment_queue PROTO_LIST((segment **out,segment *in));
|
||||||
|
|
||||||
|
int clean_old_conn(void);
|
||||||
|
int destroy_all_conn(void);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue