mirror of
https://github.com/odin-lang/Odin.git
synced 2026-05-29 15:15:08 +00:00
13 lines
278 B
Odin
13 lines
278 B
Odin
#+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
|
|
}
|