chiark / gitweb /
bus: expose installer functions
[elogind.git] / src / install.h
index a3eacf51ce6bff69b670eeb75a107c181b87e249..0505a82f00e6acb912e9b426464ef7ffdbb8084b 100644 (file)
@@ -83,4 +83,7 @@ int unit_file_query_preset(UnitFileScope scope, const char *name);
 const char *unit_file_state_to_string(UnitFileState s);
 UnitFileState unit_file_state_from_string(const char *s);
 
+const char *unit_file_change_type_to_string(UnitFileChangeType s);
+UnitFileChangeType unit_file_change_type_from_string(const char *s);
+
 #endif