summaryrefslogtreecommitdiff
path: root/src/Network/BitTorrent.hs
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2014-03-19 05:18:17 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2014-03-19 05:18:17 +0400
commit14ebe9b9dd4fc5415b2c77e08e02c175996113ef (patch)
treeaa3b96a0c9bd597b75f754a4c7668e362d8d0956 /src/Network/BitTorrent.hs
parentff6557f71154174e4cfadfe545f5d20b3aa1856f (diff)
Prefix Handle fields
Diffstat (limited to 'src/Network/BitTorrent.hs')
-rw-r--r--src/Network/BitTorrent.hs4
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