summaryrefslogtreecommitdiff
path: root/wrappers/python/eduvpn_common/loader.py
diff options
context:
space:
mode:
Diffstat (limited to 'wrappers/python/eduvpn_common/loader.py')
-rw-r--r--wrappers/python/eduvpn_common/loader.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wrappers/python/eduvpn_common/loader.py b/wrappers/python/eduvpn_common/loader.py
index 7da159c..51286d2 100644
--- a/wrappers/python/eduvpn_common/loader.py
+++ b/wrappers/python/eduvpn_common/loader.py
@@ -107,7 +107,7 @@ def initialize_functions(lib: CDLL) -> None:
lib.CookieCancel.argtypes, lib.CookieCancel.restype = [c_int], c_void_p
lib.CookieDelete.argtypes, lib.CookieDelete.restype = [c_int], c_void_p
lib.SetSecureLocation.argtypes, lib.SetSecureLocation.restype = [
- c_int,
+ c_char_p,
c_char_p,
], c_void_p
lib.SetSupportWireguard.argtypes, lib.SetSupportWireguard.restype = [