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.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/wrappers/python/eduvpn_common/loader.py b/wrappers/python/eduvpn_common/loader.py
index d608e71..c7c2233 100644
--- a/wrappers/python/eduvpn_common/loader.py
+++ b/wrappers/python/eduvpn_common/loader.py
@@ -6,6 +6,8 @@ from ctypes import CDLL, c_char_p, c_int, c_void_p, cdll
from eduvpn_common import __version__
from eduvpn_common.types import (
BoolError,
+ GotProxyFD,
+ ProxyReady,
DataError,
ReadRxBytes,
TokenGetter,
@@ -130,5 +132,6 @@ def initialize_functions(lib: CDLL) -> None:
c_char_p,
c_int,
c_char_p,
- c_void_p,
+ GotProxyFD,
+ ProxyReady,
], c_void_p