summaryrefslogtreecommitdiff
path: root/src/ipcpd/normal/dht.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ipcpd/normal/dht.h')
-rw-r--r--src/ipcpd/normal/dht.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ipcpd/normal/dht.h b/src/ipcpd/normal/dht.h
index b49e860d..00410ff4 100644
--- a/src/ipcpd/normal/dht.h
+++ b/src/ipcpd/normal/dht.h
@@ -47,4 +47,6 @@ int dht_unreg(struct dht * dht,
uint64_t dht_query(struct dht * dht,
const uint8_t * key);
+int dht_wait_running(struct dht * dht);
+
#endif /* OUROBOROS_IPCPD_NORMAL_DHT_H */