From 169a478762d6863782395acff8c9f53b733048f5 Mon Sep 17 00:00:00 2001 From: GDR! Date: Thu, 11 Dec 2014 22:19:32 +0100 Subject: Added handle_server_tcp_fin_frame --- client.h | 1 + 1 file changed, 1 insertion(+) (limited to 'client.h') diff --git a/client.h b/client.h index 7d5e50d..d22c161 100644 --- a/client.h +++ b/client.h @@ -16,4 +16,5 @@ int handle_pong_frame(protocol_frame *rcvd_frame); int handle_acktunnel_frame(protocol_frame *rcvd_frame); int handle_server_tcp_frame(protocol_frame *rcvd_frame); +int handle_server_tcp_fin_frame(protocol_frame *rcvd_frame); int do_client_loop(char *tox_id_str); -- cgit v1.2.3