]> 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 5c86d9862bca0f3767de63e922fd060e2abc6eef..a895130508a2f031244b56648afe39229650b808 100644 (file)
@@ -1,4 +1,5 @@
-/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
+/* SPDX-License-Identifier: LGPL-2.1+ */
+#pragma once
 
 /***
   This file is part of systemd.
@@ -23,4 +24,8 @@
 
 #include "path-lookup.h"
 
-int verify_units(char **filenames, SystemdRunningAs running_as, bool check_man);
+int verify_units(
+                char **filenames,
+                UnitFileScope scope,
+                bool check_man,
+                bool run_generators);