summaryrefslogtreecommitdiff
path: root/toxcore/friend_connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/friend_connection.h')
-rw-r--r--toxcore/friend_connection.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/toxcore/friend_connection.h b/toxcore/friend_connection.h
index a29cc7be..024befee 100644
--- a/toxcore/friend_connection.h
+++ b/toxcore/friend_connection.h
@@ -55,11 +55,11 @@
55#define SHARE_RELAYS_INTERVAL (5 * 60) 55#define SHARE_RELAYS_INTERVAL (5 * 60)
56 56
57 57
58enum { 58typedef enum Friendconn_Status {
59 FRIENDCONN_STATUS_NONE, 59 FRIENDCONN_STATUS_NONE,
60 FRIENDCONN_STATUS_CONNECTING, 60 FRIENDCONN_STATUS_CONNECTING,
61 FRIENDCONN_STATUS_CONNECTED 61 FRIENDCONN_STATUS_CONNECTED
62}; 62} Friendconn_Status;
63 63
64typedef struct Friend_Connections Friend_Connections; 64typedef struct Friend_Connections Friend_Connections;
65 65