]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/analyze/analyze-verify.h
Merge pull request #15314 from keszybz/network-server-access-functions
[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 "execute.h"
7 #include "path-lookup.h"
8
9 int verify_executable(Unit *u, const ExecCommand *exec);
10 int verify_units(char **filenames, UnitFileScope scope, bool check_man, bool run_generators);