From 6b38b704a4a36e183817323f61505130df6f1dea Mon Sep 17 00:00:00 2001 From: Aaron Lipinski Date: Sun, 11 Aug 2013 14:45:56 +1200 Subject: provide access to the close client list --- core/DHT.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core/DHT.h') diff --git a/core/DHT.h b/core/DHT.h index bfbe8829..00a43d76 100644 --- a/core/DHT.h +++ b/core/DHT.h @@ -45,6 +45,8 @@ typedef struct { uint64_t ret_timestamp; } Client_data; +Client_data * DHT_get_close_list(void); + /* Add a new friend to the friends list client_id must be CLIENT_ID_SIZE bytes long. returns 0 if success -- cgit v1.2.3