summaryrefslogtreecommitdiff
path: root/src/Network/BitTorrent/Client.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/Client.hs
parentd483a33d3cde8873eec39e637c6d6b7c9cdf563a (diff)
Expose getHandle function
Diffstat (limited to 'src/Network/BitTorrent/Client.hs')
-rw-r--r--src/Network/BitTorrent/Client.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Network/BitTorrent/Client.hs b/src/Network/BitTorrent/Client.hs
index 8e59d798..2ab61ae0 100644
--- a/src/Network/BitTorrent/Client.hs
+++ b/src/Network/BitTorrent/Client.hs
@@ -31,6 +31,7 @@ module Network.BitTorrent.Client
31 , topic 31 , topic
32 , TorrentSource (..) 32 , TorrentSource (..)
33 , closeHandle 33 , closeHandle
34 , getHandle
34 , getIndex 35 , getIndex
35 36
36 , start 37 , start