]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/analyze/analyze-verify.h
typo: "May modify to" -> "May modify"
[thirdparty/systemd.git] / src / analyze / analyze-verify.h
CommitLineData
53e1b683 1/* SPDX-License-Identifier: LGPL-2.1+ */
0ef6f454
LP
2#pragma once
3
1d3bc017
ZJS
4#include <stdbool.h>
5
6#include "path-lookup.h"
7
1ace223c 8int verify_units(char **filenames, UnitFileScope scope, bool check_man, bool run_generators);