]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/analyze/analyze-verify.h
Merge the "boot loader specification" wiki page
[thirdparty/systemd.git] / src / analyze / analyze-verify.h
1 /* SPDX-License-Identifier: LGPL-2.1+ */
2 #pragma once
3
4 #include <stdbool.h>
5
6 #include "path-lookup.h"
7
8 int verify_units(
9 char **filenames,
10 UnitFileScope scope,
11 bool check_man,
12 bool run_generators);