diff options
author | Dees_Troy <dees_troy@teamw.in> | 2013-01-18 18:00:54 +0100 |
---|---|---|
committer | Dees_Troy <dees_troy@teamw.in> | 2013-01-18 18:07:31 +0100 |
commit | 4bc09ae4361b6fc1f1a5044ea102e3fe6f3ce540 (patch) | |
tree | 222331d15467e2167212fee37ce1eecf3107986f /gui/gui.h | |
parent | Save version to cache (diff) | |
download | android_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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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, ...); |