X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=udev%2Flib%2Flibudev.h;h=58d7ef98c440005b3f2bb8fed284fd79b177b440;hb=3d7b2831cd661afd7d946791110b6ad5a7156d7f;hp=6d6618a9ec7a0c93d283f0879cb569399e3a0f5a;hpb=34ac42b98d75c401520b9f69ff29b6832b6ab668;p=elogind.git diff --git a/udev/lib/libudev.h b/udev/lib/libudev.h index 6d6618a9e..58d7ef98c 100644 --- a/udev/lib/libudev.h +++ b/udev/lib/libudev.h @@ -75,6 +75,7 @@ extern const char *udev_device_get_sysnum(struct udev_device *udev_device); extern const char *udev_device_get_devnode(struct udev_device *udev_device); extern struct udev_list_entry *udev_device_get_devlinks_list_entry(struct udev_device *udev_device); extern struct udev_list_entry *udev_device_get_properties_list_entry(struct udev_device *udev_device); +extern const char *udev_device_get_property_value(struct udev_device *udev_device, const char *key); extern const char *udev_device_get_driver(struct udev_device *udev_device); extern dev_t udev_device_get_devnum(struct udev_device *udev_device); extern const char *udev_device_get_action(struct udev_device *udev_device);