diff options
author | Sam Truzjan <pxqr.sta@gmail.com> | 2014-03-20 07:38:45 +0400 |
---|---|---|
committer | Sam Truzjan <pxqr.sta@gmail.com> | 2014-03-20 07:38:45 +0400 |
commit | a400954d19f5a540a140c2b721b1270bf12559c7 (patch) | |
tree | e3585e7bed7217a4c57e73221a6420e1f4aa16bd /src/Network/BitTorrent.hs | |
parent | 3eca16f348ec4d12fb925f6065c4204ad5bef98a (diff) |
Expose LogFun type
Diffstat (limited to 'src/Network/BitTorrent.hs')
-rw-r--r-- | src/Network/BitTorrent.hs | 1 |
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 |