chiark / gitweb /
client: add a very basic Vala command line tool
[elogind.git] / device.h
index 09523ecf8a843370e17fe7275c35699e187e8372..be7c06ea15bdff3966564a8d1bd0fce8b534481e 100644 (file)
--- a/device.h
+++ b/device.h
@@ -21,9 +21,11 @@ struct Device {
         DeviceState state;
 
         /* A single device can be created by multiple sysfs objects */
-        char **sysfs;
+        char *sysfs;
 };
 
 extern const UnitVTable device_vtable;
 
+void device_fd_event(Manager *m, int events);
+
 #endif