dnscrypt-proxy/dnscrypt-proxy/service_others.go

13 lines
182 B
Go
Raw Permalink Normal View History

2021-09-23 19:16:26 +02:00
//go:build !linux && !windows
// +build !linux,!windows
package main
func ServiceManagerStartNotify() error {
return nil
}
func ServiceManagerReadyNotify() error {
return nil
}