chiark / gitweb /
libudev: udev_device - add attribute cache
[elogind.git] / udev / udev.h
index ae50213fd849fd0fbb0971b41cc2f30c8bcb6b1d..55814cee0e7974e8c3f44780859a6aec6db44078 100644 (file)
@@ -146,7 +146,6 @@ extern int udev_db_delete_device(struct udevice *udevice);
 extern int udev_db_rename(struct udev *udev, const char *devpath_old, const char *devpath);
 extern int udev_db_get_device(struct udevice *udevice, const char *devpath);
 extern int udev_db_get_devices_by_name(struct udev *udev, const char *name, struct list_head *name_list);
-extern int udev_db_get_all_entries(struct udev *udevconst, struct list_head *name_list);
 
 /* udev_utils.c */
 struct name_entry {