summaryrefslogtreecommitdiff
path: root/udev_db.h
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@suse.de>2005-08-27 02:59:20 +0200
committerKay Sievers <kay.sievers@suse.de>2005-08-27 02:59:20 +0200
commitdb481105c2cf2092e1499736d6619bf194f91711 (patch)
treee83767636bda206ea85e31b26b1c2432910afca9 /udev_db.h
parent3ad7a5b1a562ba71bea91ae3fba48e5b5947e285 (diff)
prepare for new HAL udevdb dump
HAL soon wants to read the whole content of the udevdatabase while starting up. This makes the whole udev structure available to the udevinfo "dump". Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Diffstat (limited to 'udev_db.h')
-rw-r--r--udev_db.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/udev_db.h b/udev_db.h
index b961c87102..61ea5b47fc 100644
--- a/udev_db.h
+++ b/udev_db.h
@@ -28,6 +28,6 @@ extern int udev_db_delete_device(struct udevice *dev);
extern int udev_db_get_device(struct udevice *udev, const char *devpath);
extern int udev_db_search_name(char *devpath, size_t len, const char *name);
-extern int udev_db_dump_names(int (*handler_function)(const char *path, const char *name));
+extern int udev_db_get_all_entries(struct list_head *name_list);
#endif /* _UDEV_DB_H_ */