summaryrefslogtreecommitdiff
path: root/gusb/libgusb.ver
diff options
context:
space:
mode:
Diffstat (limited to 'gusb/libgusb.ver')
-rw-r--r--gusb/libgusb.ver11
1 files changed, 11 insertions, 0 deletions
diff --git a/gusb/libgusb.ver b/gusb/libgusb.ver
index a2e07eb..4afc230 100644
--- a/gusb/libgusb.ver
+++ b/gusb/libgusb.ver
@@ -73,3 +73,14 @@ LIBGUSB_0.3.1 {
global:
g_usb_device_get_spec;
} LIBGUSB_0.2.11;
+
+LIBGUSB_0.3.3 {
+ global:
+ g_usb_interface_get_endpoints;
+ g_usb_endpoint_get_kind;
+ g_usb_endpoint_get_maximum_packet_size;
+ g_usb_endpoint_get_polling_interval;
+ g_usb_endpoint_get_address;
+ g_usb_endpoint_get_direction;
+ g_usb_endpoint_get_extra;
+} LIBGUSB_0.3.1;