diff options
author | Ethan Yonker <dees_troy@teamw.in> | 2015-01-14 18:08:13 +0100 |
---|---|---|
committer | Dees Troy <dees_troy@teamw.in> | 2015-01-22 17:51:57 +0100 |
commit | fd0439ed590f4c12b29d6392c9022c21cc44b997 (patch) | |
tree | 2e81101e733f1d67705313fb3d486e3a345f7311 /gui/gui.h | |
parent | gui: clean up error handling in resource manager (diff) | |
download | android_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 'gui/gui.h')
-rw-r--r-- | gui/gui.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |