From a03caa0a79ec6234bf1447037edc9684c6c27279 Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Thu, 6 Oct 2022 11:32:03 +0200 Subject: Client + Python: Pass language to Register --- 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 99f5eb6..0192815 100644 --- a/wrappers/python/eduvpn_common/loader.py +++ b/wrappers/python/eduvpn_common/loader.py @@ -81,6 +81,7 @@ def initialize_functions(lib): lib.GoBack.argtypes, lib.GoBack.restype = [c_char_p], None lib.InFSMState.argtypes, lib.InFSMState.restype = [c_void_p, c_int], int lib.Register.argtypes, lib.Register.restype = [ + c_char_p, c_char_p, c_char_p, VPNStateChange, -- cgit v1.2.3