diff options
Diffstat (limited to 'src/ipcpd/normal/dht.h')
-rw-r--r-- | src/ipcpd/normal/dht.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ipcpd/normal/dht.h b/src/ipcpd/normal/dht.h index d893f913..e4647a08 100644 --- a/src/ipcpd/normal/dht.h +++ b/src/ipcpd/normal/dht.h @@ -36,9 +36,6 @@ int dht_bootstrap(struct dht * dht, size_t b, time_t t_expire); -int dht_enroll(struct dht * dht, - uint64_t addr); - void dht_destroy(struct dht * dht); int dht_reg(struct dht * dht, |