diff options
Diffstat (limited to 'toxcore/DHT.h')
-rw-r--r-- | toxcore/DHT.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/toxcore/DHT.h b/toxcore/DHT.h index 06a7e012..13f7ce20 100644 --- a/toxcore/DHT.h +++ b/toxcore/DHT.h | |||
@@ -271,8 +271,6 @@ int dht_delfriend(DHT *dht, const uint8_t *public_key, uint16_t lock_count); | |||
271 | * ip must be 4 bytes long. | 271 | * ip must be 4 bytes long. |
272 | * port must be 2 bytes long. | 272 | * port must be 2 bytes long. |
273 | * | 273 | * |
274 | * int dht_getfriendip(DHT *dht, uint8_t *public_key, IP_Port *ip_port); | ||
275 | * | ||
276 | * return -1, -- if public_key does NOT refer to a friend | 274 | * return -1, -- if public_key does NOT refer to a friend |
277 | * return 0, -- if public_key refers to a friend and we failed to find the friend (yet) | 275 | * return 0, -- if public_key refers to a friend and we failed to find the friend (yet) |
278 | * return 1, ip if public_key refers to a friend and we found him | 276 | * return 1, ip if public_key refers to a friend and we found him |