dnscrypt-proxy/dnscrypt-proxy/service_others.go
2021-09-23 19:16:26 +02:00

12 lines
182 B
Go

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