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 2e85f0b..50165b1 100644
--- a/gusb/libgusb.ver
+++ b/gusb/libgusb.ver
@@ -208,3 +208,9 @@ LIBGUSB_0.4.4 {
g_usb_device_remove_tag;
local: *;
} LIBGUSB_0.4.3;
+
+LIBGUSB_0.4.5 {
+ global:
+ g_usb_device_get_created;
+ local: *;
+} LIBGUSB_0.4.4;