summaryrefslogtreecommitdiff
path: root/toxcore/DHT.h
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2020-03-14 02:22:39 +0000
committeriphydf <iphydf@users.noreply.github.com>2020-03-14 13:28:42 +0000
commitcb22b3df5f0b7509a37e091360ecbb4d8a9f2873 (patch)
treedd12e81f5f61e6ec268bd03d2e6951a7abee9506 /toxcore/DHT.h
parent11ad5471b91dc1b36552ba4e5a3ea434c8a30f5f (diff)
Fix up comments a bit to start being more uniform.
Tokstyle (check-cimple) will start enforcing comment formats at some point. It will not support arbitrary stuff in comments, and will parse them. The result can then be semantically analysed.
Diffstat (limited to 'toxcore/DHT.h')
-rw-r--r--toxcore/DHT.h2
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