diff options
author | Geoff Levand <geoff@infradead.org> | 2012-03-30 16:58:32 -0700 |
---|---|---|
committer | Geoff Levand <geoff@infradead.org> | 2012-03-30 18:08:57 -0700 |
commit | 52b9db95764fcdee9195113d7df225634a19c9f4 (patch) | |
tree | c1d649ca1316a816430728ce097acb1806f2fad9 /lib/system/system.h | |
parent | 45e253470f2cd7c6dfc38e7f533c62c454039873 (diff) | |
download | petitboot-52b9db95764fcdee9195113d7df225634a19c9f4.zip petitboot-52b9db95764fcdee9195113d7df225634a19c9f4.tar.gz |
Cleanup --dry-run option code
Signed-off-by: Geoff Levand <geoff@infradead.org>
Diffstat (limited to 'lib/system/system.h')
-rw-r--r-- | lib/system/system.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/system/system.h b/lib/system/system.h index d39280d..f8f18a3 100644 --- a/lib/system/system.h +++ b/lib/system/system.h @@ -15,7 +15,7 @@ struct pb_system_apps { extern const struct pb_system_apps pb_system_apps; -int pb_run_cmd(const char *const *cmd_argv, int wait); +int pb_run_cmd(const char *const *cmd_argv, int wait, int dry_run); int pb_mkdir_recursive(const char *dir); int pb_rmdir_recursive(const char *base, const char *dir); |