dnscrypt-proxy/dnscrypt-proxy/pledge_others.go

12 lines
78 B
Go

// +build !openbsd
package main
func Pledge() {
}
func PledgeChild() {
}