summaryrefslogtreecommitdiff
path: root/docs/src/api
diff options
context:
space:
mode:
Diffstat (limited to 'docs/src/api')
-rw-r--r--docs/src/api/functiondocs.md15
1 files changed, 0 insertions, 15 deletions
diff --git a/docs/src/api/functiondocs.md b/docs/src/api/functiondocs.md
index 77f810a..9061515 100644
--- a/docs/src/api/functiondocs.md
+++ b/docs/src/api/functiondocs.md
@@ -24,7 +24,6 @@ This document was automatically generated from the exports/exports.go file
* [SetProfileID](#setprofileid)
* [SetSecureLocation](#setsecurelocation)
* [SetState](#setstate)
- * [SetSupportWireguard](#setsupportwireguard)
* [SetTokenHandler](#settokenhandler)
* [StartFailover](#startfailover)
* [StartProxyguard](#startproxyguard)
@@ -760,20 +759,6 @@ to it. Example Input: ```SetState(5)```
Example Output: ```null```
-## SetSupportWireguard
-Signature:
- ```go
-func SetSupportWireguard(support C.int) *C.char
-```
-SetSupportWireguard enables or disables WireGuard for the client. *WARNING:
-This function will be removed*
-
-By default WireGuard support is enabled To disable it you can pass a 0 int
-to this
-
-`support` thus indicates whether or not to enable WireGuard An error is
-returned if this is not possible
-
## SetTokenHandler
Signature:
```go