From 12a0a2700d64f99b8f14d03c8de1c1ea5e922eff Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Fri, 11 Feb 2022 13:58:50 +0100 Subject: Begin exposing functions using a map Signed-off-by: jwijenbergh --- wrappers/python/eduvpncommon/discovery.py | 1 + 1 file changed, 1 insertion(+) (limited to 'wrappers') diff --git a/wrappers/python/eduvpncommon/discovery.py b/wrappers/python/eduvpncommon/discovery.py index 371bd71..79a3ee9 100644 --- a/wrappers/python/eduvpncommon/discovery.py +++ b/wrappers/python/eduvpncommon/discovery.py @@ -2,6 +2,7 @@ from . import lib, GoSlice from ctypes import * from enum import Enum +lib.GetOrganizationsList.argtypes, lib.GetOrganizationsList.restype = [], c_uint64 lib.Verify.argtypes, lib.Verify.restype = [GoSlice, GoSlice, GoSlice, c_uint64], c_int64 lib.InsecureTestingSetExtraKey.argtypes, lib.InsecureTestingSetExtraKey.restype = [GoSlice], None -- cgit v1.2.3