diff options
Diffstat (limited to 'src/Network/BitTorrent/Internal.hs')
-rw-r--r-- | src/Network/BitTorrent/Internal.hs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Network/BitTorrent/Internal.hs b/src/Network/BitTorrent/Internal.hs index 964dfd75..dd5f3bb7 100644 --- a/src/Network/BitTorrent/Internal.hs +++ b/src/Network/BitTorrent/Internal.hs | |||
@@ -55,6 +55,10 @@ module Network.BitTorrent.Internal | |||
55 | , ThreadCount | 55 | , ThreadCount |
56 | , defaultThreadCount | 56 | , defaultThreadCount |
57 | 57 | ||
58 | , TorrentLoc(..) | ||
59 | , registerTorrent | ||
60 | , unregisterTorrent | ||
61 | |||
58 | , newClient | 62 | , newClient |
59 | 63 | ||
60 | , getCurrentProgress | 64 | , getCurrentProgress |