chiark / gitweb /
core: convert PID 1 to libsystemd-bus
[elogind.git] / src / core / device.h
index 41e8de970366c49566b7925d57025e8269fff9c1..bb7ae0783499cfcb60ce8e908c279acfeef2773d 100644 (file)
@@ -50,7 +50,5 @@ struct Device {
 
 extern const UnitVTable device_vtable;
 
-void device_fd_event(Manager *m, int events);
-
 const char* device_state_to_string(DeviceState i) _const_;
 DeviceState device_state_from_string(const char *s) _pure_;