]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/analyze/analyze-verify.h
code style format: clang-format applied to src/a*/*
[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(char **filenames, UnitFileScope scope, bool check_man, bool run_generators);