summaryrefslogtreecommitdiff
path: root/src/Network/BitTorrent.hs
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2014-03-19 04:24:14 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2014-03-19 04:24:14 +0400
commitff6557f71154174e4cfadfe545f5d20b3aa1856f (patch)
treee2c67bcc92d3294ab40ed07589e4d5faa54ddde3 /src/Network/BitTorrent.hs
parentd483a33d3cde8873eec39e637c6d6b7c9cdf563a (diff)
Expose getHandle function
Diffstat (limited to 'src/Network/BitTorrent.hs')
-rw-r--r--src/Network/BitTorrent.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Network/BitTorrent.hs b/src/Network/BitTorrent.hs
index 7165900a..ce02322f 100644
--- a/src/Network/BitTorrent.hs
+++ b/src/Network/BitTorrent.hs
@@ -40,6 +40,7 @@ module Network.BitTorrent
40 , topic 40 , topic
41 , TorrentSource(openHandle) 41 , TorrentSource(openHandle)
42 , closeHandle 42 , closeHandle
43 , getHandle
43 , getIndex 44 , getIndex
44 45
45 -- ** Control 46 -- ** Control