]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/analyze/analyze-verify.h
Merge pull request #20423 from yuwata/dhcp-server-static-lease-outside-pool
[thirdparty/systemd.git] / src / analyze / analyze-verify.h
1 /* SPDX-License-Identifier: LGPL-2.1-or-later */
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, const char *root);
10 int verify_units(char **filenames, UnitFileScope scope, bool check_man, bool run_generators, const char *root);