summaryrefslogtreecommitdiff
path: root/gusb/libgusb.ver
diff options
context:
space:
mode:
Diffstat (limited to 'gusb/libgusb.ver')
-rw-r--r--gusb/libgusb.ver6
1 files changed, 6 insertions, 0 deletions
diff --git a/gusb/libgusb.ver b/gusb/libgusb.ver
index a58a451..b32ca1c 100644
--- a/gusb/libgusb.ver
+++ b/gusb/libgusb.ver
@@ -141,3 +141,9 @@ LIBGUSB_0.3.3 {
g_usb_interface_get_endpoints;
local: *;
} LIBGUSB_0.3.1;
+
+LIBGUSB_0.3.5 {
+ global:
+ g_usb_device_get_configuration_index;
+ local: *;
+} LIBGUSB_0.3.3;