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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/toxcore/friend_connection.h b/toxcore/friend_connection.h
index 60b62646..baca4b76 100644
--- a/toxcore/friend_connection.h
+++ b/toxcore/friend_connection.h
@@ -109,6 +109,8 @@ typedef struct {
109 109
110 int (*fr_request_callback)(void *object, const uint8_t *source_pubkey, const uint8_t *data, uint16_t len); 110 int (*fr_request_callback)(void *object, const uint8_t *source_pubkey, const uint8_t *data, uint16_t len);
111 void *fr_request_object; 111 void *fr_request_object;
112
113 uint64_t last_LANdiscovery;
112} Friend_Connections; 114} Friend_Connections;
113 115
114/* return friendcon_id corresponding to the real public key on success. 116/* return friendcon_id corresponding to the real public key on success.