From c18029abe93784928a4aab040f5f351c8c6abac3 Mon Sep 17 00:00:00 2001 From: Ian Stakenvicius Date: Mon, 7 Jan 2013 10:51:47 -0500 Subject: Added LIBUDEV_196 symbol versioning systemd-udev-196 added four more functions to their libudev.sym under the LIBUDEV_196 version; consumers such as udisks use the symbol versions at link time and so it is absolutely necessary for us to provide the same symbol versioning and functions in order to provide compatibility. Signed-off-by: Anthony G. Basile --- src/libudev/libudev.sym | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/libudev') diff --git a/src/libudev/libudev.sym b/src/libudev/libudev.sym index 5b2c3d32cc..df6a1aeddf 100644 --- a/src/libudev/libudev.sym +++ b/src/libudev/libudev.sym @@ -100,3 +100,11 @@ LIBUDEV_189 { global: udev_device_new_from_device_id; } LIBUDEV_183; + +LIBUDEV_196 { +global: + udev_hwdb_new; + udev_hwdb_ref; + udev_hwdb_unref; + udev_hwdb_get_properties_list_entry; +} LIBUDEV_189; -- cgit v1.2.3-54-g00ecf