diff options
author | joe <joe@jerkface.net> | 2018-06-13 17:33:30 -0400 |
---|---|---|
committer | joe <joe@jerkface.net> | 2018-06-13 17:33:30 -0400 |
commit | 2ad144b323122c5eecfc9156a6d65a7018f003ad (patch) | |
tree | fa367b609eb08b6e2536b0d550f279eeb92eed88 /Connection | |
parent | bc8360faf51a058f3c1dd90145d4b87506e2ddfe (diff) |
Facility to report rumored (indirect evidence) ip addresses.
Diffstat (limited to 'Connection')
-rw-r--r-- | Connection/Tox.hs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Connection/Tox.hs b/Connection/Tox.hs index f6f15f3c..41361d8f 100644 --- a/Connection/Tox.hs +++ b/Connection/Tox.hs | |||
@@ -1,6 +1,9 @@ | |||
1 | {-# LANGUAGE CPP #-} | 1 | {-# LANGUAGE CPP #-} |
2 | {-# LANGUAGE GADTs #-} | 2 | {-# LANGUAGE GADTs #-} |
3 | module Connection.Tox where | 3 | module Connection.Tox |
4 | ( module Connection.Tox | ||
5 | , ToxProgress(..) | ||
6 | ) where | ||
4 | 7 | ||
5 | import qualified Connection as G | 8 | import qualified Connection as G |
6 | ;import Connection (Manager (..), Policy (..)) | 9 | ;import Connection (Manager (..), Policy (..)) |