summaryrefslogtreecommitdiff
path: root/client.h
diff options
context:
space:
mode:
authorAnsa89 <ansalonistefano@gmail.com>2016-05-02 10:53:59 +0200
committerAnsa89 <ansalonistefano@gmail.com>2016-05-02 12:21:51 +0200
commit91d9ad27d4a7ca77c615bcf9d928f11b9d3b3c77 (patch)
tree983f439fe74e33e873a7325b68e5e3d6fd1cf630 /client.h
parentec84ddcf7ae148117fc0c5edb82d02eb98ee9db3 (diff)
Fix some warnings
Diffstat (limited to 'client.h')
-rw-r--r--client.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/client.h b/client.h
index 1ac5008..db71d40 100644
--- a/client.h
+++ b/client.h
@@ -14,8 +14,8 @@
14#define CLIENT_STATE_BIND_PORT 12 14#define CLIENT_STATE_BIND_PORT 12
15#define CLIENT_STATE_SETUP_PIPE 13 15#define CLIENT_STATE_SETUP_PIPE 13
16 16
17int handle_pong_frame(protocol_frame *rcvd_frame); 17int handle_pong_frame();
18int handle_acktunnel_frame(protocol_frame *rcvd_frame); 18int handle_acktunnel_frame(protocol_frame *rcvd_frame);
19int handle_server_tcp_frame(protocol_frame *rcvd_frame); 19int handle_server_tcp_frame(protocol_frame *rcvd_frame);
20int handle_server_tcp_fin_frame(protocol_frame *rcvd_frame); 20int handle_server_tcp_fin_frame(protocol_frame *rcvd_frame);
21int do_client_loop(char *tox_id_str); 21int do_client_loop(uint8_t *tox_id_str);