]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/analyze/analyze-verify.h
import-generator: open up NotifyAccess for varlinkctl
[thirdparty/systemd.git] / src / analyze / analyze-verify.h
index 6b3d6a5ab5d6b85f8a1771292b4cb332916d0f8e..4892c9aa4f532b171493a5fa9b9034fdc52cd4ca 100644 (file)
@@ -1,10 +1,4 @@
 /* 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, const char *root);
-int verify_units(char **filenames, UnitFileScope scope, bool check_man, bool run_generators, const char *root);
+int verb_verify(int argc, char *argv[], void *userdata);