summaryrefslogtreecommitdiff
path: root/src/Network/BitTorrent.hs
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2014-03-20 07:38:45 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2014-03-20 07:38:45 +0400
commita400954d19f5a540a140c2b721b1270bf12559c7 (patch)
treee3585e7bed7217a4c57e73221a6420e1f4aa16bd /src/Network/BitTorrent.hs
parent3eca16f348ec4d12fb925f6065c4204ad5bef98a (diff)
Expose LogFun type
Diffstat (limited to 'src/Network/BitTorrent.hs')
-rw-r--r--src/Network/BitTorrent.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Network/BitTorrent.hs b/src/Network/BitTorrent.hs
index a328bb5e..154ab63a 100644
--- a/src/Network/BitTorrent.hs
+++ b/src/Network/BitTorrent.hs
@@ -17,6 +17,7 @@ module Network.BitTorrent
17 , allowedExtensions 17 , allowedExtensions
18 18
19 -- ** Initialization 19 -- ** Initialization
20 , LogFun
20 , newClient 21 , newClient
21 , closeClient 22 , closeClient
22 , withClient 23 , withClient