chiark / gitweb /
[PATCH] got REPLACE to work properly.
[elogind.git] / udev.h
diff --git a/udev.h b/udev.h
index 56eb0d7edb0dec816d6e32a3855b01fcc4326bca..59c374365ea44d438e1e8dff052f5eb139811dce 100644 (file)
--- a/udev.h
+++ b/udev.h
@@ -63,6 +63,8 @@ struct device_attr {
        int mode;
 };
 
+extern int udev_add_device(char *device, char *subsystem);
+extern int udev_remove_device(char *device, char *subsystem);
 
 #endif