diff options
Diffstat (limited to 'toxcore/Messenger.h')
-rw-r--r-- | toxcore/Messenger.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/toxcore/Messenger.h b/toxcore/Messenger.h index 520fc460..ee3c3fa5 100644 --- a/toxcore/Messenger.h +++ b/toxcore/Messenger.h | |||
@@ -219,9 +219,9 @@ typedef struct Messenger { | |||
219 | 219 | ||
220 | uint64_t last_LANdiscovery; | 220 | uint64_t last_LANdiscovery; |
221 | 221 | ||
222 | // Relays loaded from config | 222 | // Relays loaded from config |
223 | // 8 should be NUM_SAVED_TCP_RELAYS but it is defined in c file | 223 | // 8 should be NUM_SAVED_TCP_RELAYS but it is defined in c file |
224 | Node_format loaded_relays[8]; | 224 | Node_format loaded_relays[8]; |
225 | 225 | ||
226 | void (*friend_message)(struct Messenger *m, int32_t, const uint8_t *, uint16_t, void *); | 226 | void (*friend_message)(struct Messenger *m, int32_t, const uint8_t *, uint16_t, void *); |
227 | void *friend_message_userdata; | 227 | void *friend_message_userdata; |