diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-10-06 11:32:03 +0200 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-10-06 11:32:03 +0200 |
| commit | a03caa0a79ec6234bf1447037edc9684c6c27279 (patch) | |
| tree | 3648cb1017b338ad3c1dd01101034d924930c359 /wrappers/python/eduvpn_common/loader.py | |
| parent | 5dad968aa90ded83d57211426bc186f6d609ef06 (diff) | |
Client + Python: Pass language to Register
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 99f5eb6..0192815 100644 --- a/wrappers/python/eduvpn_common/loader.py +++ b/wrappers/python/eduvpn_common/loader.py @@ -83,6 +83,7 @@ def initialize_functions(lib): lib.Register.argtypes, lib.Register.restype = [ c_char_p, c_char_p, + c_char_p, VPNStateChange, c_int, ], c_void_p |
