From afa6edecc1739b635162e742cd5c95c2db8127bd Mon Sep 17 00:00:00 2001 From: irungentoo Date: Mon, 19 Aug 2013 23:54:28 -0400 Subject: Some refactoring done. --- core/Messenger.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'core/Messenger.h') 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 { } Friend; typedef struct Messenger { - uint8_t public_key[crypto_box_PUBLICKEYBYTES]; - + + Networking_Core *net; + Net_Crypto * net_crypto; uint8_t name[MAX_NAME_LENGTH]; uint16_t name_length; -- cgit v1.2.3