diff options
Diffstat (limited to 'wrappers/python/eduvpncommon/discovery.py')
| -rw-r--r-- | wrappers/python/eduvpncommon/discovery.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
