blob: 842e833aa71e2b78c77389a690786648366fdca5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#+build !windows
#+build !linux
#+build !darwin
#+build !freebsd
#+build !netbsd
#+build !openbsd
package net
@(private)
_get_dns_records_os :: proc(hostname: string, type: DNS_Record_Type, allocator := context.allocator) -> (records: []DNS_Record, err: DNS_Error) {
return
}
|