summaryrefslogtreecommitdiff
path: root/udev/udev.h
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2008-10-16 17:30:06 +0200
committerKay Sievers <kay.sievers@vrfy.org>2008-10-16 17:30:06 +0200
commitfc233a874bc93ac82bed7eda1d6967d6281a6fe2 (patch)
tree9a0f18454e385e4a69aad4124c447a886b57f9ff /udev/udev.h
parentaa8734ffcb8a895fc8d66ff383cbcf8f4b78f562 (diff)
move udev_device_db to libudev
Diffstat (limited to 'udev/udev.h')
-rw-r--r--udev/udev.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/udev/udev.h b/udev/udev.h
index 896a466762..e486df3656 100644
--- a/udev/udev.h
+++ b/udev/udev.h
@@ -101,11 +101,6 @@ extern int udev_node_add(struct udev_device *dev, mode_t mode, const char *owner
extern int udev_node_remove(struct udev_device *dev, int test);
extern void udev_node_update_old_links(struct udev_device *dev, struct udev_device *dev_old, int test);
-/* udev-device-db.c */
-extern int udev_device_update_db(struct udev_device *udev_device);
-extern int udev_device_delete_db(struct udev_device *udev_device);
-extern int udev_device_rename_db(struct udev_device *udev_device, const char *devpath);
-
/* udev-util.c */
struct name_entry {
struct list_head node;