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=5d6b94bf5b7f48e2bf3cba823319e6976b5a4c0b;hp=2f8b8259b5ffa7d07e4846fe6c18b536d873102b;hb=6e0cb78c9d59f976222ecd88c172b4cd9a5b7347;hpb=7c4573e46d703ff65bcaeff8ad91250667f82fe2 diff --git a/udev/lib/libudev-private.h b/udev/lib/libudev-private.h index 2f8b8259b..5d6b94bf5 100644 --- a/udev/lib/libudev-private.h +++ b/udev/lib/libudev-private.h @@ -63,7 +63,7 @@ extern struct udev_list_entry *udev_device_add_property(struct udev_device *udev 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 ssize_t udev_device_get_properties_monitor_buf(struct udev_device *udev_device, const char **buf); -extern int udev_device_read_db(struct udev_device *udev_device); +extern void udev_device_load_info(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);