diff options
Diffstat (limited to 'core/DHT.h')
-rw-r--r-- | core/DHT.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -45,6 +45,8 @@ typedef struct { | |||
45 | uint64_t ret_timestamp; | 45 | uint64_t ret_timestamp; |
46 | } Client_data; | 46 | } Client_data; |
47 | 47 | ||
48 | Client_data * DHT_get_close_list(void); | ||
49 | |||
48 | /* Add a new friend to the friends list | 50 | /* Add a new friend to the friends list |
49 | client_id must be CLIENT_ID_SIZE bytes long. | 51 | client_id must be CLIENT_ID_SIZE bytes long. |
50 | returns 0 if success | 52 | returns 0 if success |