X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=libudev%2Flibudev.h;h=5bc42df5bea7427d479f21d9a43785fc22f55385;hp=3b73fbd61bc8a777410ccfc3bb5f691e43abd736;hb=2793f4e34bdf4f1a46d0263f7dbdb8fcffe78e32;hpb=2a34f9c31e17f4a6c4fc99a369f56e843a063390 diff --git a/libudev/libudev.h b/libudev/libudev.h index 3b73fbd61..5bc42df5b 100644 --- a/libudev/libudev.h +++ b/libudev/libudev.h @@ -90,6 +90,7 @@ const char *udev_device_get_sysnum(struct udev_device *udev_device); const char *udev_device_get_devnode(struct udev_device *udev_device); struct udev_list_entry *udev_device_get_devlinks_list_entry(struct udev_device *udev_device); struct udev_list_entry *udev_device_get_properties_list_entry(struct udev_device *udev_device); +struct udev_list_entry *udev_device_get_tags_list_entry(struct udev_device *udev_device); const char *udev_device_get_property_value(struct udev_device *udev_device, const char *key); const char *udev_device_get_driver(struct udev_device *udev_device); dev_t udev_device_get_devnum(struct udev_device *udev_device);