chiark / gitweb /
service: don't read start priority from Kxx link
[elogind.git] / device.h
index b9ca22d1983c8696bcfc7a5d7e1abbdb9208f927..a5c5f745b81f712dfea4e582e7205269c0a54b8c 100644 (file)
--- a/device.h
+++ b/device.h
@@ -47,4 +47,7 @@ extern const UnitVTable device_vtable;
 
 void device_fd_event(Manager *m, int events);
 
+const char* device_state_to_string(DeviceState i);
+DeviceState device_state_from_string(const char *s);
+
 #endif