X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Finstall.h;h=0505a82f00e6acb912e9b426464ef7ffdbb8084b;hp=a3eacf51ce6bff69b670eeb75a107c181b87e249;hb=de7b95cdc3228131498021c2fdcf6647004c3920;hpb=830964834f330836b9d33752e83de09d4f38da87 diff --git a/src/install.h b/src/install.h index a3eacf51c..0505a82f0 100644 --- a/src/install.h +++ b/src/install.h @@ -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