summaryrefslogtreecommitdiff
path: root/core/Messenger.h
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2013-08-20 19:37:05 -0400
committerirungentoo <irungentoo@gmail.com>2013-08-20 19:37:05 -0400
commit128223d9d1c70afe0adb4cfe0cfda39204379c3a (patch)
treed8191c6a088bcaf8c908fbb5e81a22825712330f /core/Messenger.h
parentc7aafcfb4cff44a60fa54fa55cd9e3519b30e720 (diff)
astyle --options=tools/astylerc -r ./*.{c,h}
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;