summaryrefslogtreecommitdiff
path: root/core/Messenger.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/Messenger.h')
-rw-r--r--core/Messenger.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/core/Messenger.h b/core/Messenger.h
index 9016be93..a2e8f16e 100644
--- a/core/Messenger.h
+++ b/core/Messenger.h
@@ -112,8 +112,9 @@ typedef struct {
112} Friend; 112} Friend;
113 113
114typedef struct Messenger { 114typedef struct Messenger {
115 uint8_t public_key[crypto_box_PUBLICKEYBYTES]; 115
116 116 Networking_Core *net;
117 Net_Crypto * net_crypto;
117 uint8_t name[MAX_NAME_LENGTH]; 118 uint8_t name[MAX_NAME_LENGTH];
118 uint16_t name_length; 119 uint16_t name_length;
119 120