Adjust type for dns-get-address

original commit: 35e791be4eed4d67dfe4e91e5fb4cd22fb824b71
This commit is contained in:
Asumu Takikawa 2013-04-04 15:52:55 -04:00
parent 1bc88189d1
commit 3e82fb429d

View File

@ -3,7 +3,7 @@
(require typed/private/utils)
(require/typed/provide net/dns
[dns-get-address (String String -> String)]
[dns-get-address (String String [#:ipv6? Any] -> String)]
[dns-get-name (String String -> String)]
[dns-get-mail-exchanger (String String -> String )]
[dns-find-nameserver (-> (Option String))])