summaryrefslogtreecommitdiff
path: root/bitmask/bitmask.go
diff options
context:
space:
mode:
Diffstat (limited to 'bitmask/bitmask.go')
-rw-r--r--bitmask/bitmask.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/bitmask/bitmask.go b/bitmask/bitmask.go
index f9b1cc9..a7aabaa 100644
--- a/bitmask/bitmask.go
+++ b/bitmask/bitmask.go
@@ -21,6 +21,7 @@ type Bitmask interface {
Version() (string, error)
StartVPN(provider string) error
StopVPN() error
+ ReloadFirewall() error
GetStatus() (string, error)
InstallHelpers() error
VPNCheck() (helpers bool, priviledge bool, err error)