summaryrefslogtreecommitdiff
path: root/client.h
diff options
context:
space:
mode:
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 db71d40..be68f25 100644
--- a/client.h
+++ b/client.h
@@ -13,6 +13,7 @@
13#define CLIENT_STATE_SHUTDOWN 11 13#define CLIENT_STATE_SHUTDOWN 11
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#define CLIENT_STATE_CONNECTION_LOST 14
16 17
17int handle_pong_frame(); 18int handle_pong_frame();
18int handle_acktunnel_frame(protocol_frame *rcvd_frame); 19int handle_acktunnel_frame(protocol_frame *rcvd_frame);