dnscrypt-proxy/dnscrypt-proxy/service_others.go

11 lines
134 B
Go
Raw Normal View History

// +build !linux,!windows
package main
func ServiceManagerStartNotify() error {
return nil
}
func ServiceManagerReadyNotify() {
}