chiark / gitweb /
rename udev source files
[elogind.git] / udev / udev.h
index 896a466762ea89908982830a74cb0e8b2e888abe..d789d443ac4cafbd060b1f2521e7ef507c85803c 100644 (file)
@@ -22,7 +22,7 @@
 #include <sys/types.h>
 #include <sys/param.h>
 
-#include "udev_sysdeps.h"
+#include "udev-sysdeps.h"
 #include "lib/libudev.h"
 #include "lib/libudev-private.h"
 #include "list.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;