X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=udev%2Flib%2Flibudev-private.h;h=e9f2c9893bd49a914924a2e568679e051c42a56d;hp=97b0de950db46bf21146cc8b208e0cd6daef28ef;hb=bd85566c16bd9ba32a44a1b2902127f459f4a63c;hpb=1e61ff54f52c89c1ec0cffd595dc9b1980df2be4;ds=sidebyside diff --git a/udev/lib/libudev-private.h b/udev/lib/libudev-private.h index 97b0de950..e9f2c9893 100644 --- a/udev/lib/libudev-private.h +++ b/udev/lib/libudev-private.h @@ -60,6 +60,7 @@ extern void udev_device_cleanup_devlinks_list(struct udev_device *udev_device); extern struct udev_list_entry *udev_device_add_property(struct udev_device *udev_device, const char *key, const char *value); extern struct udev_list_entry *udev_device_add_property_from_string(struct udev_device *udev_device, const char *property); extern char **udev_device_get_properties_envp(struct udev_device *udev_device); +extern int udev_device_read_uevent_file(struct udev_device *udev_device); extern int udev_device_set_action(struct udev_device *udev_device, const char *action); extern int udev_device_set_driver(struct udev_device *udev_device, const char *driver); extern const char *udev_device_get_devpath_old(struct udev_device *udev_device);