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 9862f86..d1f9455 100644
--- a/gusb/libgusb.ver
+++ b/gusb/libgusb.ver
@@ -199,3 +199,9 @@ LIBGUSB_0.4.3 {
g_usb_device_has_tag;
local: *;
} LIBGUSB_0.4.1;
+
+LIBGUSB_0.4.4 {
+ global:
+ g_usb_device_remove_tag;
+ local: *;
+} LIBGUSB_0.4.3;