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