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/Exchange.hs | |
parent | a400954d19f5a540a140c2b721b1270bf12559c7 (diff) |
Expose takeMetadata function
Diffstat (limited to 'src/Network/BitTorrent/Exchange.hs')
-rw-r--r-- | src/Network/BitTorrent/Exchange.hs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Network/BitTorrent/Exchange.hs b/src/Network/BitTorrent/Exchange.hs index 8dac3c84..015bae3d 100644 --- a/src/Network/BitTorrent/Exchange.hs +++ b/src/Network/BitTorrent/Exchange.hs | |||
@@ -21,6 +21,10 @@ module Network.BitTorrent.Exchange | |||
21 | , newSession | 21 | , newSession |
22 | , closeSession | 22 | , closeSession |
23 | 23 | ||
24 | -- * Query | ||
25 | , waitMetadata | ||
26 | , takeMetadata | ||
27 | |||
24 | -- * Connections | 28 | -- * Connections |
25 | , connect | 29 | , connect |
26 | ) where | 30 | ) where |