]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/analyze/analyze-verify.h
Add SPDX license identifiers to source files under the LGPL
[thirdparty/systemd.git] / src / analyze / analyze-verify.h
index d8204dc69c01421c7c209e2f4ac71a9f2bb5de16..a895130508a2f031244b56648afe39229650b808 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: LGPL-2.1+ */
 #pragma once
 
 /***
@@ -23,4 +24,8 @@
 
 #include "path-lookup.h"
 
-int verify_units(char **filenames, UnitFileScope scope, bool check_man);
+int verify_units(
+                char **filenames,
+                UnitFileScope scope,
+                bool check_man,
+                bool run_generators);