summaryrefslogtreecommitdiffstats
path: root/ui/common/ui-system.h
diff options
context:
space:
mode:
authorGeoff Levand <geoff@infradead.org>2012-03-27 19:59:09 -0700
committerGeoff Levand <geoff@infradead.org>2012-03-27 19:59:09 -0700
commit59e81c46a962da51e51474e9b36258ff0e04ae42 (patch)
tree036563070462f2c8d936037e4545965e89a6516a /ui/common/ui-system.h
parentb5958d7864822ec3151edda616952d1d401b139a (diff)
downloadtalos-petitboot-59e81c46a962da51e51474e9b36258ff0e04ae42.tar.gz
talos-petitboot-59e81c46a962da51e51474e9b36258ff0e04ae42.zip
Add UI option --dry-run
Signed-off-by: Geoff Levand <geoff@infradead.org>
Diffstat (limited to 'ui/common/ui-system.h')
-rw-r--r--ui/common/ui-system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/common/ui-system.h b/ui/common/ui-system.h
index 87ab891..63d1a92 100644
--- a/ui/common/ui-system.h
+++ b/ui/common/ui-system.h
@@ -31,7 +31,7 @@ struct pb_kexec_data {
char *args;
};
-int pb_run_kexec(const struct pb_kexec_data *kd);
+int pb_run_kexec(const struct pb_kexec_data *kd, int dry_run);
int pb_start_daemon(void);
unsigned int pb_elf_hash(const char *str);
OpenPOWER on IntegriCloud