summaryrefslogtreecommitdiffstats
path: root/gui/gui.h
diff options
context:
space:
mode:
authorDees_Troy <dees_troy@teamw.in>2013-01-18 18:00:54 +0100
committerDees_Troy <dees_troy@teamw.in>2013-01-18 18:07:31 +0100
commit4bc09ae4361b6fc1f1a5044ea102e3fe6f3ce540 (patch)
tree222331d15467e2167212fee37ce1eecf3107986f /gui/gui.h
parentSave version to cache (diff)
downloadandroid_bootable_recovery-4bc09ae4361b6fc1f1a5044ea102e3fe6f3ce540.tar
android_bootable_recovery-4bc09ae4361b6fc1f1a5044ea102e3fe6f3ce540.tar.gz
android_bootable_recovery-4bc09ae4361b6fc1f1a5044ea102e3fe6f3ce540.tar.bz2
android_bootable_recovery-4bc09ae4361b6fc1f1a5044ea102e3fe6f3ce540.tar.lz
android_bootable_recovery-4bc09ae4361b6fc1f1a5044ea102e3fe6f3ce540.tar.xz
android_bootable_recovery-4bc09ae4361b6fc1f1a5044ea102e3fe6f3ce540.tar.zst
android_bootable_recovery-4bc09ae4361b6fc1f1a5044ea102e3fe6f3ce540.zip
Diffstat (limited to '')
-rw-r--r--gui/gui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/gui.h b/gui/gui.h
index 948e11b36..ee3cc272a 100644
--- a/gui/gui.h
+++ b/gui/gui.h
@@ -5,6 +5,7 @@ int gui_console_only();
int gui_init();
int gui_loadResources();
int gui_start();
+int gui_startPage(const char* page_name);
void gui_print(const char *fmt, ...);
void gui_print_overwrite(const char *fmt, ...);