summaryrefslogtreecommitdiff
path: root/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'client.h')
-rw-r--r--client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/client.h b/client.h
index be68f25..028e112 100644
--- a/client.h
+++ b/client.h
@@ -1,7 +1,7 @@
1#include "main.h" 1#include "main.h"
2 2
3#define CLIENT_STATE_INITIAL 1 3#define CLIENT_STATE_INITIAL 1
4#define CLIENT_STATE_SENTREQUEST 2 4#define CLIENT_STATE_REQUEST_SENT 2
5#define CLIENT_STATE_REQUEST_ACCEPTED 3 5#define CLIENT_STATE_REQUEST_ACCEPTED 3
6#define CLIENT_STATE_PING_SENT 4 6#define CLIENT_STATE_PING_SENT 4
7#define CLIENT_STATE_CONNECTED 5 7#define CLIENT_STATE_CONNECTED 5