summaryrefslogtreecommitdiff
path: root/toxcore/DHT.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/DHT.h')
-rw-r--r--toxcore/DHT.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/DHT.h b/toxcore/DHT.h
index 3d2722f8..81f1f560 100644
--- a/toxcore/DHT.h
+++ b/toxcore/DHT.h
@@ -192,7 +192,7 @@ typedef struct {
192void get_shared_key(Shared_Keys *shared_keys, uint8_t *shared_key, uint8_t *secret_key, uint8_t *client_id); 192void get_shared_key(Shared_Keys *shared_keys, uint8_t *shared_key, uint8_t *secret_key, uint8_t *client_id);
193 193
194/* Copy shared_key to decrypt DHT packet from client_id into shared_key 194/* Copy shared_key to decrypt DHT packet from client_id into shared_key
195 * for packets that we recieve. 195 * for packets that we receive.
196 */ 196 */
197void DHT_get_shared_key_recv(DHT *dht, uint8_t *shared_key, uint8_t *client_id); 197void DHT_get_shared_key_recv(DHT *dht, uint8_t *shared_key, uint8_t *client_id);
198 198