summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Network/BitTorrent.hs1
-rw-r--r--src/Network/BitTorrent/Client.hs1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/Network/BitTorrent.hs b/src/Network/BitTorrent.hs
index 7165900a..ce02322f 100644
--- a/src/Network/BitTorrent.hs
+++ b/src/Network/BitTorrent.hs
@@ -40,6 +40,7 @@ module Network.BitTorrent
40 , topic 40 , topic
41 , TorrentSource(openHandle) 41 , TorrentSource(openHandle)
42 , closeHandle 42 , closeHandle
43 , getHandle
43 , getIndex 44 , getIndex
44 45
45 -- ** Control 46 -- ** Control
diff --git a/src/Network/BitTorrent/Client.hs b/src/Network/BitTorrent/Client.hs
index 8e59d798..2ab61ae0 100644
--- a/src/Network/BitTorrent/Client.hs
+++ b/src/Network/BitTorrent/Client.hs
@@ -31,6 +31,7 @@ module Network.BitTorrent.Client
31 , topic 31 , topic
32 , TorrentSource (..) 32 , TorrentSource (..)
33 , closeHandle 33 , closeHandle
34 , getHandle
34 , getIndex 35 , getIndex
35 36
36 , start 37 , start