]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/analyze/analyze-verify.h
tree-wide: beautify remaining copyright statements
[thirdparty/systemd.git] / src / analyze / analyze-verify.h
1 /* SPDX-License-Identifier: LGPL-2.1+ */
2 #pragma once
3
4 /***
5 Copyright © 2014 Zbigniew Jędrzejewski-Szmek
6 ***/
7
8 #include <stdbool.h>
9
10 #include "path-lookup.h"
11
12 int verify_units(
13 char **filenames,
14 UnitFileScope scope,
15 bool check_man,
16 bool run_generators);