diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2008-09-13 21:09:28 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2008-09-13 21:09:28 +0200 |
commit | 93b0f384589fce818edb9678571a30e71930d14c (patch) | |
tree | 0a66d2d7749b97e8d5919fdf2971db43a52240c2 /udev/lib/exported_symbols | |
parent | b2d9e4f20075d355cd4fe091929bc336642aa50d (diff) |
libudev: udev_device - add attribute cache
Diffstat (limited to 'udev/lib/exported_symbols')
-rw-r--r-- | udev/lib/exported_symbols | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/udev/lib/exported_symbols b/udev/lib/exported_symbols index f53165d810..aa3854d2aa 100644 --- a/udev/lib/exported_symbols +++ b/udev/lib/exported_symbols @@ -22,6 +22,7 @@ udev_device_get_action udev_device_get_driver udev_device_get_devnum udev_device_get_seqnum +udev_device_get_attr_value udev_enumerate_devices udev_monitor_new_from_socket udev_monitor_new_from_netlink |