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 4b3b45e1..98fa18d6 100644
--- a/toxcore/DHT.h
+++ b/toxcore/DHT.h
@@ -455,6 +455,6 @@ int DHT_isconnected(const DHT *dht);
455int DHT_non_lan_connected(const DHT *dht); 455int DHT_non_lan_connected(const DHT *dht);
456 456
457 457
458int addto_lists(DHT *dht, IP_Port ip_port, const uint8_t *public_key); 458uint32_t addto_lists(DHT *dht, IP_Port ip_port, const uint8_t *public_key);
459 459
460#endif 460#endif