summaryrefslogtreecommitdiff
path: root/core/Messenger.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/Messenger.h')
-rw-r--r--core/Messenger.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/Messenger.h b/core/Messenger.h
index 518becc9..581c4ba9 100644
--- a/core/Messenger.h
+++ b/core/Messenger.h
@@ -112,10 +112,10 @@ typedef struct {
112} Friend; 112} Friend;
113 113
114typedef struct Messenger { 114typedef struct Messenger {
115 115
116 Networking_Core *net; 116 Networking_Core *net;
117 Net_Crypto * net_crypto; 117 Net_Crypto *net_crypto;
118 DHT * dht; 118 DHT *dht;
119 Friend_Requests fr; 119 Friend_Requests fr;
120 uint8_t name[MAX_NAME_LENGTH]; 120 uint8_t name[MAX_NAME_LENGTH];
121 uint16_t name_length; 121 uint16_t name_length;