dnscrypt-proxy/dnscrypt-proxy/service_others.go
2019-10-19 09:36:39 +02:00

11 lines
152 B
Go

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