summaryrefslogtreecommitdiff
path: root/src/Network
diff options
context:
space:
mode:
authorjoe <joe@jerkface.net>2017-01-24 14:56:18 -0500
committerjoe <joe@jerkface.net>2017-01-24 14:56:18 -0500
commitba190f7130e947dd0aaf3c36a3b2d5d704b3512c (patch)
tree81018c0775c0b6c0c9c17da2ae3bcdaa5922a18e /src/Network
parent804499c370068febee47b3e2b7441e2c742f7b9a (diff)
find-nodes command.
Diffstat (limited to 'src/Network')
-rw-r--r--src/Network/BitTorrent/DHT/Query.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Network/BitTorrent/DHT/Query.hs b/src/Network/BitTorrent/DHT/Query.hs
index 533068c6..e0338572 100644
--- a/src/Network/BitTorrent/DHT/Query.hs
+++ b/src/Network/BitTorrent/DHT/Query.hs
@@ -47,6 +47,7 @@ module Network.BitTorrent.DHT.Query
47 47
48 -- ** Messaging 48 -- ** Messaging
49 , queryNode 49 , queryNode
50 , queryNode'
50 , (<@>) 51 , (<@>)
51 ) where 52 ) where
52 53