]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/analyze/analyze-verify.h
Merge pull request #8575 from keszybz/non-absolute-paths
[thirdparty/systemd.git] / src / analyze / analyze-verify.h
1 /* SPDX-License-Identifier: LGPL-2.1+ */
2 #pragma once
3
4 /***
5 This file is part of systemd.
6
7 Copyright 2014 Zbigniew Jędrzejewski-Szmek
8 ***/
9
10 #include <stdbool.h>
11
12 #include "path-lookup.h"
13
14 int verify_units(
15 char **filenames,
16 UnitFileScope scope,
17 bool check_man,
18 bool run_generators);