export function to avoid 2 warnings

This commit is contained in:
Joey Hess 2012-11-29 18:40:25 -04:00
parent b39398f1f8
commit d56a5c9996

View file

@ -14,6 +14,7 @@ module Utility.SRV (
mkSRVTcp, mkSRVTcp,
mkSRV, mkSRV,
lookupSRV, lookupSRV,
lookupSRVHost,
) where ) where
import Utility.Process import Utility.Process