diff options
author | Joey Hess <joey@kitenet.net> | 2012-11-29 18:40:25 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-11-29 18:40:25 -0400 |
commit | df31307f2ce1b037b68f16f9cb0187cf1e3a7b6d (patch) | |
tree | f539ea07f295f1188c9ccdfb15c4b18af8ad9827 | |
parent | 643713922114a576f591655f2a5ce543a4b4f727 (diff) |
export function to avoid 2 warnings
-rw-r--r-- | Utility/SRV.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Utility/SRV.hs b/Utility/SRV.hs index 5443b8b1a..bbfc7276d 100644 --- a/Utility/SRV.hs +++ b/Utility/SRV.hs @@ -14,6 +14,7 @@ module Utility.SRV ( mkSRVTcp, mkSRV, lookupSRV, + lookupSRVHost, ) where import Utility.Process |