summaryrefslogtreecommitdiffstats
path: root/ui/common/ui-system.h
diff options
context:
space:
mode:
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 82f630e..bf4f4e9 100644
--- a/ui/common/ui-system.h
+++ b/ui/common/ui-system.h
@@ -33,7 +33,7 @@ struct pb_boot_data {
char *args;
};
-int pb_run_kexec(const struct pb_boot_data *bd, int dry_run);
+int pb_boot(const struct pb_boot_data *bd, int dry_run);
int pb_start_daemon(void);
unsigned int pb_elf_hash(const char *str);
OpenPOWER on IntegriCloud