X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fshared%2Finstall.h;h=94516c9d057c2d7bcfad9350b2caad74080ba628;hp=755dddeb12c5d16bc6a790dc6bba71886fa70c29;hb=44a6b1b68029833893f6e9cee35aa27a974038f6;hpb=2f79c10e9aef916efbcf29315eea8c25d0a50ac4 diff --git a/src/shared/install.h b/src/shared/install.h index 755dddeb1..94516c9d0 100644 --- a/src/shared/install.h +++ b/src/shared/install.h @@ -90,8 +90,8 @@ void unit_file_changes_free(UnitFileChange *changes, unsigned n_changes); 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_state_to_string(UnitFileState s) _const_; +UnitFileState unit_file_state_from_string(const char *s) _pure_; -const char *unit_file_change_type_to_string(UnitFileChangeType s); -UnitFileChangeType unit_file_change_type_from_string(const char *s); +const char *unit_file_change_type_to_string(UnitFileChangeType s) _const_; +UnitFileChangeType unit_file_change_type_from_string(const char *s) _pure_;