aboutsummaryrefslogtreecommitdiffstats
path: root/common.h
diff options
context:
space:
mode:
authorKoushik Dutta <koushd@gmail.com>2012-07-17 21:49:23 -0700
committerKoushik Dutta <koushd@gmail.com>2012-07-17 21:51:41 -0700
commit92095766c2b9a59e05b42d153f6cca26774824f1 (patch)
treee37b1c67784faeabfea4da370fd775aff2754305 /common.h
parent382525c2ba8cb91933644cdf1f6703fa279388dd (diff)
downloadbootable_recovery-92095766c2b9a59e05b42d153f6cca26774824f1.zip
bootable_recovery-92095766c2b9a59e05b42d153f6cca26774824f1.tar.gz
bootable_recovery-92095766c2b9a59e05b42d153f6cca26774824f1.tar.bz2
fix a bunch of off by one errors. disable display toggle.
Change-Id: Ie34a787188f7df5ab46573bba50dd593bc728514
Diffstat (limited to 'common.h')
-rw-r--r--common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common.h b/common.h
index d64d803..0232ba3 100644
--- a/common.h
+++ b/common.h
@@ -156,5 +156,6 @@ typedef struct {
FILE* fopen_path(const char *path, const char *mode);
int ui_get_selected_item();
+int ui_is_showing_back_button();
#endif // RECOVERY_COMMON_H