]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
shared/install.h: rename 'flags' -> 'file_flags' 37678/head
authorJelle van der Waa <jvanderwaa@redhat.com>
Mon, 2 Jun 2025 15:55:53 +0000 (17:55 +0200)
committerJelle van der Waa <jvanderwaa@redhat.com>
Mon, 2 Jun 2025 16:05:47 +0000 (18:05 +0200)
Make it consistent with the implementation.

src/shared/install.h

index 0f9b0798aa8d12efa5b6f9d54c2dfef569c6f473..39bded38b8d0fbe16768a24b90f08341ef9a4732 100644 (file)
@@ -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,