summaryrefslogtreecommitdiff
path: root/toxcore/net_crypto.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/net_crypto.h')
-rw-r--r--toxcore/net_crypto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/net_crypto.h b/toxcore/net_crypto.h
index 22b23401..e55427f2 100644
--- a/toxcore/net_crypto.h
+++ b/toxcore/net_crypto.h
@@ -189,7 +189,7 @@ int new_crypto_connection(Net_Crypto *c, uint8_t *real_public_key);
189 * return -1 on failure. 189 * return -1 on failure.
190 * return 0 on success. 190 * return 0 on success.
191 */ 191 */
192int set_conection_dht_public_key(Net_Crypto *c, int crypt_connection_id, uint8_t *dht_public_key); 192int set_connection_dht_public_key(Net_Crypto *c, int crypt_connection_id, uint8_t *dht_public_key);
193 193
194/* Set the direct ip of the crypto connection. 194/* Set the direct ip of the crypto connection.
195 * 195 *