diff options
Diffstat (limited to 'src/Network/BitTorrent/Tracker/RPC.hs')
-rw-r--r-- | src/Network/BitTorrent/Tracker/RPC.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Network/BitTorrent/Tracker/RPC.hs b/src/Network/BitTorrent/Tracker/RPC.hs index 3fe5157c..45bd62d8 100644 --- a/src/Network/BitTorrent/Tracker/RPC.hs +++ b/src/Network/BitTorrent/Tracker/RPC.hs | |||
@@ -18,6 +18,7 @@ module Network.BitTorrent.Tracker.RPC | |||
18 | , withManager | 18 | , withManager |
19 | 19 | ||
20 | -- * RPC | 20 | -- * RPC |
21 | , SAnnounceQuery (..) | ||
21 | , announce | 22 | , announce |
22 | , scrape | 23 | , scrape |
23 | ) where | 24 | ) where |