summaryrefslogtreecommitdiff
path: root/src/analyze/analyze-verify.h
diff options
context:
space:
mode:
authorMaanya Goenka <t-magoenka@microsoft.com>2021-08-04 12:00:31 -0700
committerMaanya Goenka <t-magoenka@microsoft.com>2021-08-10 10:14:12 -0700
commited80366139531e196e6582ab325f1c54efa2b384 (patch)
tree2817add48487286bf67680fa638b8e9ddc4c5912 /src/analyze/analyze-verify.h
parent36f4af05680d0f8f67b870bf72241d7d2fefd91b (diff)
downloadsystemd-ed80366139531e196e6582ab325f1c54efa2b384.tar.gz
systemd-analyze: add root to find and verify executable
Diffstat (limited to 'src/analyze/analyze-verify.h')
-rw-r--r--src/analyze/analyze-verify.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/analyze/analyze-verify.h b/src/analyze/analyze-verify.h
index b547ca6b8d..6b3d6a5ab5 100644
--- a/src/analyze/analyze-verify.h
+++ b/src/analyze/analyze-verify.h
@@ -6,5 +6,5 @@
#include "execute.h"
#include "path-lookup.h"
-int verify_executable(Unit *u, const ExecCommand *exec);
+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);