diff options
Diffstat (limited to 'src/Network/BitTorrent.hs')
-rw-r--r-- | src/Network/BitTorrent.hs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Network/BitTorrent.hs b/src/Network/BitTorrent.hs index ce02322f..a328bb5e 100644 --- a/src/Network/BitTorrent.hs +++ b/src/Network/BitTorrent.hs | |||
@@ -37,7 +37,9 @@ module Network.BitTorrent | |||
37 | 37 | ||
38 | -- ** Handle | 38 | -- ** Handle |
39 | , Handle | 39 | , Handle |
40 | , topic | 40 | , handleTopic |
41 | , handleTrackers | ||
42 | |||
41 | , TorrentSource(openHandle) | 43 | , TorrentSource(openHandle) |
42 | , closeHandle | 44 | , closeHandle |
43 | , getHandle | 45 | , getHandle |