summaryrefslogtreecommitdiff
path: root/wrappers/python/eduvpn_common/loader.py
diff options
context:
space:
mode:
authorJeroen Wijenbergh <jeroen.wijenbergh@geant.org>2025-09-02 14:48:49 +0200
committerJeroen Wijenbergh <jeroen.wijenbergh@geant.org>2025-09-02 14:48:49 +0200
commit308c656f05d0609eeb02891dbe3c30f8b0438765 (patch)
tree11d5257cdad84b81aefaafbf2b91eefa6af2bfea /wrappers/python/eduvpn_common/loader.py
parent003979cb014f16fe4ffad62ce979e55439ec6ea2 (diff)
All: Get rid of debug arg in Register
Diffstat (limited to 'wrappers/python/eduvpn_common/loader.py')
-rw-r--r--wrappers/python/eduvpn_common/loader.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/wrappers/python/eduvpn_common/loader.py b/wrappers/python/eduvpn_common/loader.py
index d458cc4..888b53f 100644
--- a/wrappers/python/eduvpn_common/loader.py
+++ b/wrappers/python/eduvpn_common/loader.py
@@ -85,7 +85,6 @@ def initialize_functions(lib: CDLL) -> None:
c_char_p,
c_char_p,
VPNStateChange,
- c_int,
],
c_void_p,
)