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 b32ca1c..7c9e044 100644
--- a/gusb/libgusb.ver
+++ b/gusb/libgusb.ver
@@ -147,3 +147,9 @@ LIBGUSB_0.3.5 {
g_usb_device_get_configuration_index;
local: *;
} LIBGUSB_0.3.3;
+
+LIBGUSB_0.3.6 {
+ global:
+ g_usb_device_get_string_descriptor_bytes;
+ local: *;
+} LIBGUSB_0.3.5;