chiark / gitweb /
libudev: fix symbol version for udev_queue_flush() and udev_queue_get_fd()
[elogind.git] / src / libudev / libudev.sym
index 8e09430aecc0399a981893696b60dadcb0988c52..76726fca774892451e6ece4baab7380d1ce945a5 100644 (file)
@@ -109,5 +109,12 @@ global:
 } LIBUDEV_189;
 
 LIBUDEV_199 {
+global:
         udev_device_set_sysattr_value;
 } LIBUDEV_196;
+
+LIBUDEV_215 {
+global:
+        udev_queue_flush;
+        udev_queue_get_fd;
+} LIBUDEV_199;