]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/shared/dropin.h
hwdb: Lenovo IdeaPad Z500 Touchpad Toggle (#33039)
[thirdparty/systemd.git] / src / shared / dropin.h
index 89a2ab1098b7f0ed70147b0975ad1b9b03fc4ee9..54cceaff1aca3d249905357583fe6f7934cb3355 100644 (file)
@@ -1,4 +1,4 @@
-/* SPDX-License-Identifier: LGPL-2.1+ */
+/* SPDX-License-Identifier: LGPL-2.1-or-later */
 #pragma once
 
 #include "hashmap.h"
@@ -21,5 +21,6 @@ int unit_file_find_dropin_paths(
                 Set *unit_path_cache,
                 const char *dir_suffix,
                 const char *file_suffix,
-                const Set *names,
+                const char *name,
+                const Set *aliases,
                 char ***paths);