summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2020-02-11 19:17:34 +0000
committerRichard Hughes <richard@hughsie.com>2020-02-11 19:17:34 +0000
commit3bf1467c775ef889f136dd20e97fce61068e0189 (patch)
tree05a502b350df8303ad96cb703c6f180175a28493
parentf8fcf4b857fb002c1da5657d8b2f639f4b5f3f67 (diff)
downloadgusb-3bf1467c775ef889f136dd20e97fce61068e0189.tar.gz
trivial: Add exported symbol g_usb_version_string in the right place
Fixes the last point in https://github.com/hughsie/libgusb/issues/27
-rw-r--r--gusb/libgusb.ver1
1 files changed, 1 insertions, 0 deletions
diff --git a/gusb/libgusb.ver b/gusb/libgusb.ver
index 1e45ea5..c05b661 100644
--- a/gusb/libgusb.ver
+++ b/gusb/libgusb.ver
@@ -72,6 +72,7 @@ LIBGUSB_0.2.11 {
LIBGUSB_0.3.1 {
global:
g_usb_device_get_spec;
+ g_usb_version_string;
} LIBGUSB_0.2.11;
LIBGUSB_0.3.3 {