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 ef3fd0b0..4a7af4c7 100644
--- a/toxcore/DHT.h
+++ b/toxcore/DHT.h
@@ -322,7 +322,7 @@ bool node_addable_to_close_list(DHT *dht, const uint8_t *public_key, IP_Port ip_
322 * 322 *
323 */ 323 */
324int get_close_nodes(const DHT *dht, const uint8_t *public_key, Node_format *nodes_list, Family sa_family, 324int get_close_nodes(const DHT *dht, const uint8_t *public_key, Node_format *nodes_list, Family sa_family,
325 uint8_t is_LAN, uint8_t want_good); 325 bool is_LAN, uint8_t want_good);
326 326
327 327
328/* Put up to max_num nodes in nodes from the random friends. 328/* Put up to max_num nodes in nodes from the random friends.