summaryrefslogtreecommitdiff
path: root/core/Messenger.h
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2013-08-19 23:54:28 -0400
committerirungentoo <irungentoo@gmail.com>2013-08-19 23:54:28 -0400
commitafa6edecc1739b635162e742cd5c95c2db8127bd (patch)
tree9421d638578ac8b752e5c5ec71957a2896da1be9 /core/Messenger.h
parentb16906d5e42cf65e198de0ccd21155df4a364c56 (diff)
Some refactoring done.
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