summaryrefslogtreecommitdiff
path: root/client.h
diff options
context:
space:
mode:
authorGDR! <gdr@go2.pl>2014-12-11 22:19:32 +0100
committerGDR! <gdr@go2.pl>2014-12-11 22:19:32 +0100
commit169a478762d6863782395acff8c9f53b733048f5 (patch)
tree81bee083ffd6e7fa2dcfc49b06f960802c2b3ef8 /client.h
parentea3d59d854108f28c2d2d10a5af60fe3d66e1f6f (diff)
Added handle_server_tcp_fin_frame
Diffstat (limited to 'client.h')
-rw-r--r--client.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/client.h b/client.h
index 7d5e50d..d22c161 100644
--- a/client.h
+++ b/client.h
@@ -16,4 +16,5 @@
16int handle_pong_frame(protocol_frame *rcvd_frame); 16int handle_pong_frame(protocol_frame *rcvd_frame);
17int handle_acktunnel_frame(protocol_frame *rcvd_frame); 17int handle_acktunnel_frame(protocol_frame *rcvd_frame);
18int handle_server_tcp_frame(protocol_frame *rcvd_frame); 18int handle_server_tcp_frame(protocol_frame *rcvd_frame);
19int handle_server_tcp_fin_frame(protocol_frame *rcvd_frame);
19int do_client_loop(char *tox_id_str); 20int do_client_loop(char *tox_id_str);