diff options
Diffstat (limited to 'src/Network/BitTorrent/DHT/Session.hs')
-rw-r--r-- | src/Network/BitTorrent/DHT/Session.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Network/BitTorrent/DHT/Session.hs b/src/Network/BitTorrent/DHT/Session.hs index c47f7491..d3315a42 100644 --- a/src/Network/BitTorrent/DHT/Session.hs +++ b/src/Network/BitTorrent/DHT/Session.hs | |||
@@ -23,6 +23,7 @@ module Network.BitTorrent.DHT.Session | |||
23 | , checkToken | 23 | , checkToken |
24 | 24 | ||
25 | -- * Routing table | 25 | -- * Routing table |
26 | , getTable | ||
26 | , getNodeId | 27 | , getNodeId |
27 | , getClosest | 28 | , getClosest |
28 | , getClosestHash | 29 | , getClosestHash |