diff options
author | Sam Truzjan <pxqr.sta@gmail.com> | 2014-03-20 08:59:48 +0400 |
---|---|---|
committer | Sam Truzjan <pxqr.sta@gmail.com> | 2014-03-20 08:59:48 +0400 |
commit | 1829276dd6b68aeffbe1f5560874983fec0100b2 (patch) | |
tree | a54eff20b0fb8c225f4f74bf383e2bbc9a0fd12b /src/Network/BitTorrent.hs | |
parent | a400954d19f5a540a140c2b721b1270bf12559c7 (diff) |
Expose takeMetadata function
Diffstat (limited to 'src/Network/BitTorrent.hs')
-rw-r--r-- | src/Network/BitTorrent.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Network/BitTorrent.hs b/src/Network/BitTorrent.hs index 154ab63a..319e66a1 100644 --- a/src/Network/BitTorrent.hs +++ b/src/Network/BitTorrent.hs | |||
@@ -40,6 +40,7 @@ module Network.BitTorrent | |||
40 | , Handle | 40 | , Handle |
41 | , handleTopic | 41 | , handleTopic |
42 | , handleTrackers | 42 | , handleTrackers |
43 | , handleExchange | ||
43 | 44 | ||
44 | , TorrentSource(openHandle) | 45 | , TorrentSource(openHandle) |
45 | , closeHandle | 46 | , closeHandle |