diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2023-08-16 13:25:15 +0200 |
|---|---|---|
| committer | Jeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com> | 2023-09-25 09:43:37 +0200 |
| commit | f583a28694be3ec3b99318673c6cdb6e42ee1372 (patch) | |
| tree | a80e65573f3db46212f1b31a865ece499e574d66 /wrappers/python/eduvpn_common/loader.py | |
| parent | b0e1fdb2ee09e10c2f2f8a78e14d39282595fab5 (diff) | |
Client + Exports + Python: Add a startup boolean to getconfig
To be used for autoconnect on startup. If autoconnect on startup set
to true
This ignores any callbacks that require user input (profile,
authorization & location callbacks)
Diffstat (limited to 'wrappers/python/eduvpn_common/loader.py')
| -rw-r--r-- | wrappers/python/eduvpn_common/loader.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wrappers/python/eduvpn_common/loader.py b/wrappers/python/eduvpn_common/loader.py index 75a6a0a..7da159c 100644 --- a/wrappers/python/eduvpn_common/loader.py +++ b/wrappers/python/eduvpn_common/loader.py @@ -74,6 +74,7 @@ def initialize_functions(lib: CDLL) -> None: c_int, c_char_p, c_int, + c_int, ], DataError lib.AddServer.argtypes, lib.AddServer.restype = [ c_int, |
