aboutsummaryrefslogtreecommitdiffstats
path: root/common.h
diff options
context:
space:
mode:
authorKoushik Dutta <koushd@gmail.com>2012-07-04 20:08:05 -0700
committerKoushik Dutta <koushd@gmail.com>2012-07-04 20:08:05 -0700
commitf8fc12e741d566af215407f35cfc52e5c1cc0023 (patch)
tree1fcf00fc7f52caf7d169afb6330cba3bf631c437 /common.h
parentd9425b14a4d466ea00d6af5d8657334333015e39 (diff)
downloadbootable_recovery-f8fc12e741d566af215407f35cfc52e5c1cc0023.zip
bootable_recovery-f8fc12e741d566af215407f35cfc52e5c1cc0023.tar.gz
bootable_recovery-f8fc12e741d566af215407f35cfc52e5c1cc0023.tar.bz2
fixup backup and restore status
Change-Id: I2065755c26a2b49f09ac8592c61faa9474ce2f57
Diffstat (limited to 'common.h')
-rw-r--r--common.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/common.h b/common.h
index 98842fe..29d100c 100644
--- a/common.h
+++ b/common.h
@@ -36,10 +36,11 @@ void ui_clear_key_queue();
void ui_print(const char *fmt, ...) __attribute__((format(printf, 1, 2)));
void ui_printlogtail(int nb_lines);
-void ui_reset_text_col();
void ui_set_show_text(int value);
void ui_set_nice(int enabled);
#define ui_nice_print(...) ui_set_nice(1); ui_print(__VA_ARGS__); ui_set_nice(0)
+int ui_was_niced();
+int ui_get_text_cols();
// Display some header text followed by a menu of items, which appears
// at the top of the screen (in place of any scrolling ui_print()