From: Jelle van der Waa Date: Mon, 2 Jun 2025 15:55:53 +0000 (+0200) Subject: shared/install.h: rename 'flags' -> 'file_flags' X-Git-Tag: v258-rc1~414^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F37678%2Fhead;p=thirdparty%2Fsystemd.git shared/install.h: rename 'flags' -> 'file_flags' Make it consistent with the implementation. --- diff --git a/src/shared/install.h b/src/shared/install.h index 0f9b0798aa8..39bded38b8d 100644 --- a/src/shared/install.h +++ b/src/shared/install.h @@ -112,7 +112,7 @@ int unit_file_reenable( size_t *n_changes); int unit_file_preset( RuntimeScope scope, - UnitFileFlags flags, + UnitFileFlags file_flags, const char *root_dir, char * const *names, UnitFilePresetMode mode, @@ -120,7 +120,7 @@ int unit_file_preset( size_t *n_changes); int unit_file_preset_all( RuntimeScope scope, - UnitFileFlags flags, + UnitFileFlags file_flags, const char *root_dir, UnitFilePresetMode mode, InstallChange **changes,