summaryrefslogtreecommitdiff
path: root/core/DHT.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/DHT.h')
-rw-r--r--core/DHT.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/DHT.h b/core/DHT.h
index 82a16cb7..4a8640e6 100644
--- a/core/DHT.h
+++ b/core/DHT.h
@@ -106,6 +106,7 @@ char delfriend(char * client_id);
106//port must be 2 bytes long. 106//port must be 2 bytes long.
107//returns ip if success 107//returns ip if success
108//returns ip of 0 if failure (This means the friend is either offline or we have not found him yet.) 108//returns ip of 0 if failure (This means the friend is either offline or we have not found him yet.)
109//returns ip of 1 if friend is not in list.
109IP_Port getfriendip(char * client_id); 110IP_Port getfriendip(char * client_id);
110 111
111 112