summaryrefslogtreecommitdiff
path: root/core/DHT.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/DHT.h')
-rw-r--r--core/DHT.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/DHT.h b/core/DHT.h
index c346608d..880cbf8e 100644
--- a/core/DHT.h
+++ b/core/DHT.h
@@ -92,7 +92,7 @@ char delfriend(char * client_id);
92//ip must be 4 bytes long. 92//ip must be 4 bytes long.
93//port must be 2 bytes long. 93//port must be 2 bytes long.
94//returns ip if success 94//returns ip if success
95//returns ip of 0 if failure (This means the friend is either offline of we have not found him yet.) 95//returns ip of 0 if failure (This means the friend is either offline or we have not found him yet.)
96IP_Port getfriendip(char * client_id); 96IP_Port getfriendip(char * client_id);
97 97
98 98