summaryrefslogtreecommitdiff
path: root/toxcore/group.h
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2014-09-26 16:05:10 -0400
committerirungentoo <irungentoo@gmail.com>2014-09-26 16:05:10 -0400
commitb308afd742fa02684bdd73fb7a5acaa158976765 (patch)
tree7750d49e845f7192a9ac608c50432abcd6917bc5 /toxcore/group.h
parentbb60c28b7320d3b8be41ce6afba1b6396475eb2b (diff)
Wrote more new groupchats code.
Diffstat (limited to 'toxcore/group.h')
-rw-r--r--toxcore/group.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/toxcore/group.h b/toxcore/group.h
index 51152843..67b824fb 100644
--- a/toxcore/group.h
+++ b/toxcore/group.h
@@ -85,6 +85,9 @@ typedef struct {
85 85
86typedef struct { 86typedef struct {
87 uint8_t status; 87 uint8_t status;
88
89 uint8_t real_public_key[crypto_box_PUBLICKEYBYTES];
90 uint8_t dht_public_key[crypto_box_PUBLICKEYBYTES];
88} Group_Connection; 91} Group_Connection;
89 92
90typedef struct { 93typedef struct {