diff options
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 |