summaryrefslogtreecommitdiff
path: root/udev/udev.h
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2008-09-13 21:09:28 +0200
committerKay Sievers <kay.sievers@vrfy.org>2008-09-13 21:09:28 +0200
commit93b0f384589fce818edb9678571a30e71930d14c (patch)
tree0a66d2d7749b97e8d5919fdf2971db43a52240c2 /udev/udev.h
parentb2d9e4f20075d355cd4fe091929bc336642aa50d (diff)
libudev: udev_device - add attribute cache
Diffstat (limited to 'udev/udev.h')
-rw-r--r--udev/udev.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/udev/udev.h b/udev/udev.h
index ae50213fd8..55814cee0e 100644
--- a/udev/udev.h
+++ b/udev/udev.h
@@ -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 {