From f583a28694be3ec3b99318673c6cdb6e42ee1372 Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Wed, 16 Aug 2023 13:25:15 +0200 Subject: 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) --- wrappers/python/eduvpn_common/loader.py | 1 + 1 file changed, 1 insertion(+) (limited to 'wrappers/python/eduvpn_common/loader.py') 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, -- cgit v1.2.3