Empty placeholder for admin functions under andorid

This commit is contained in:
Qian Wang 2019-01-12 14:19:15 +00:00
parent 310ce1643a
commit d1149f9211
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
//build android
package main
import "github.com/cbeuw/Cloak/internal/client"
func adminPrompt(sta *client.State) error {
return nil
}