summaryrefslogtreecommitdiff
path: root/toxcore/network.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/network.h')
-rw-r--r--toxcore/network.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/network.h b/toxcore/network.h
index 2d08e88d..98307e5b 100644
--- a/toxcore/network.h
+++ b/toxcore/network.h
@@ -72,7 +72,7 @@
72#define NET_PACKET_DATA 18 /* Data packet ID. */ 72#define NET_PACKET_DATA 18 /* Data packet ID. */
73#define NET_PACKET_CRYPTO 32 /* Encrypted data packet ID. */ 73#define NET_PACKET_CRYPTO 32 /* Encrypted data packet ID. */
74#define NET_PACKET_LAN_DISCOVERY 33 /* LAN discovery packet ID. */ 74#define NET_PACKET_LAN_DISCOVERY 33 /* LAN discovery packet ID. */
75 75#define NET_PACKET_GROUP_CHATS 48 /* Group chats packet ID. */
76 76
77/* Current time, unix format */ 77/* Current time, unix format */
78#define unix_time() ((uint64_t)time(NULL)) 78#define unix_time() ((uint64_t)time(NULL))