diff options
Diffstat (limited to 'src/install.h')
-rw-r--r-- | src/install.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/install.h b/src/install.h index a3eacf51ce..0505a82f00 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 |