summaryrefslogtreecommitdiffstats
path: root/gui/gui.h
diff options
context:
space:
mode:
authorEthan Yonker <dees_troy@teamw.in>2015-01-14 18:08:13 +0100
committerDees Troy <dees_troy@teamw.in>2015-01-22 17:51:57 +0100
commitfd0439ed590f4c12b29d6392c9022c21cc44b997 (patch)
tree2e81101e733f1d67705313fb3d486e3a345f7311 /gui/gui.h
parentgui: clean up error handling in resource manager (diff)
downloadandroid_bootable_recovery-fd0439ed590f4c12b29d6392c9022c21cc44b997.tar
android_bootable_recovery-fd0439ed590f4c12b29d6392c9022c21cc44b997.tar.gz
android_bootable_recovery-fd0439ed590f4c12b29d6392c9022c21cc44b997.tar.bz2
android_bootable_recovery-fd0439ed590f4c12b29d6392c9022c21cc44b997.tar.lz
android_bootable_recovery-fd0439ed590f4c12b29d6392c9022c21cc44b997.tar.xz
android_bootable_recovery-fd0439ed590f4c12b29d6392c9022c21cc44b997.tar.zst
android_bootable_recovery-fd0439ed590f4c12b29d6392c9022c21cc44b997.zip
Diffstat (limited to '')
-rw-r--r--gui/gui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/gui.h b/gui/gui.h
index 21c460ebe..5b2cdec18 100644
--- a/gui/gui.h
+++ b/gui/gui.h
@@ -26,7 +26,7 @@ int gui_init();
int gui_loadResources();
int gui_loadCustomResources();
int gui_start();
-int gui_startPage(const char* page_name);
+int gui_startPage(const char* page_name, const int allow_comands, int stop_on_page_done);
void gui_print(const char *fmt, ...);
void gui_print_color(const char *color, const char *fmt, ...);
void gui_set_FILE(FILE* f);