summaryrefslogtreecommitdiff
path: root/src/Network/BitTorrent.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Network/BitTorrent.hs')
-rw-r--r--src/Network/BitTorrent.hs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Network/BitTorrent.hs b/src/Network/BitTorrent.hs
index 8764d91d..7165900a 100644
--- a/src/Network/BitTorrent.hs
+++ b/src/Network/BitTorrent.hs
@@ -36,8 +36,11 @@ module Network.BitTorrent
36 , Torrent 36 , Torrent
37 37
38 -- ** Handle 38 -- ** Handle
39 , Handle
40 , topic
39 , TorrentSource(openHandle) 41 , TorrentSource(openHandle)
40 , closeHandle 42 , closeHandle
43 , getIndex
41 44
42 -- ** Control 45 -- ** Control
43 , start 46 , start