From 9542bd563e9b1cb72f009315ba54851db637da2a Mon Sep 17 00:00:00 2001 From: Jeroen Wijenbergh Date: Fri, 5 Sep 2025 12:12:51 +0200 Subject: Exports + Python: Remove RefreshList --- wrappers/python/eduvpn_common/loader.py | 1 - wrappers/python/eduvpn_common/main.py | 1 - wrappers/python/eduvpn_common/types.py | 1 - 3 files changed, 3 deletions(-) (limited to 'wrappers/python/eduvpn_common') diff --git a/wrappers/python/eduvpn_common/loader.py b/wrappers/python/eduvpn_common/loader.py index d902453..0fa6aab 100644 --- a/wrappers/python/eduvpn_common/loader.py +++ b/wrappers/python/eduvpn_common/loader.py @@ -8,7 +8,6 @@ from eduvpn_common.types import ( HandlerError, ProxySetup, ReadRxBytes, - RefreshList, TokenGetter, TokenSetter, VPNStateChange, diff --git a/wrappers/python/eduvpn_common/main.py b/wrappers/python/eduvpn_common/main.py index e63ea92..2a7723c 100644 --- a/wrappers/python/eduvpn_common/main.py +++ b/wrappers/python/eduvpn_common/main.py @@ -9,7 +9,6 @@ from eduvpn_common.state import State from eduvpn_common.types import ( ProxySetup, ReadRxBytes, - RefreshList, TokenGetter, TokenSetter, VPNStateChange, diff --git a/wrappers/python/eduvpn_common/types.py b/wrappers/python/eduvpn_common/types.py index 5e23d61..ca798ca 100644 --- a/wrappers/python/eduvpn_common/types.py +++ b/wrappers/python/eduvpn_common/types.py @@ -47,7 +47,6 @@ class BoolError(Structure): VPNStateChange = CFUNCTYPE(c_int, c_int, c_int, c_char_p) ProxySetup = CFUNCTYPE(c_void_p, c_int) ReadRxBytes = CFUNCTYPE(c_ulonglong) -RefreshList = CFUNCTYPE(c_void_p) TokenGetter = CFUNCTYPE(c_void_p, c_char_p, c_int, POINTER(c_char), c_size_t) TokenSetter = CFUNCTYPE(c_void_p, c_char_p, c_int, c_char_p) -- cgit v1.2.3