]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/analyze/analyze-verify.h
Merge pull request #33451 from yuwata/core-exec-use-write
[thirdparty/systemd.git] / src / analyze / analyze-verify.h
index 3da2cf7097a46d5f378eaf3b641b11525c4f595d..4892c9aa4f532b171493a5fa9b9034fdc52cd4ca 100644 (file)
@@ -1,10 +1,4 @@
-/* SPDX-License-Identifier: LGPL-2.1+ */
+/* SPDX-License-Identifier: LGPL-2.1-or-later */
 #pragma once
 
-#include <stdbool.h>
-
-#include "execute.h"
-#include "path-lookup.h"
-
-int verify_executable(Unit *u, const ExecCommand *exec);
-int verify_units(char **filenames, UnitFileScope scope, bool check_man, bool run_generators);
+int verb_verify(int argc, char *argv[], void *userdata);