From 05c180e7b28c4659b55e5bf1ebc4847e5b62230e Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Mon, 12 Aug 2024 11:33:52 +0200 Subject: Util: Add a function to calculate the gateway --- 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 4bfc55f..e163148 100644 --- a/wrappers/python/eduvpn_common/loader.py +++ b/wrappers/python/eduvpn_common/loader.py @@ -99,6 +99,7 @@ def initialize_functions(lib: CDLL) -> None: ], c_void_p, ) + lib.CalculateGateway.argtypes, lib.CalculateGateway.restype = [c_char_p], DataError lib.Cleanup.argtypes, lib.Cleanup.restype = [c_int], c_void_p lib.SetProfileID.argtypes, lib.SetProfileID.restype = [c_char_p], c_void_p lib.CookieNew.argtypes, lib.CookieNew.restype = [], c_int -- cgit v1.2.3