aboutsummaryrefslogtreecommitdiff
path: root/core/net/interface_others.odin
blob: 9a8a141dfe7fb9b3eb37a8b7ca3778b3c48b1e23 (plain)
1
2
3
4
5
6
7
8
9
10
11
#+build !darwin
#+build !linux
#+build !freebsd
#+build !windows
#+build !netbsd
#+build !openbsd
package net

_enumerate_interfaces :: proc(allocator := context.allocator) -> (interfaces: []Network_Interface, err: Interfaces_Error) {
	return
}