commit | 4ca9b4c3a07865fc1c802937853b43a395a279e7 | [log] [tgz] |
---|---|---|
author | Koushik Dutta <koushd@gmail.com> | Wed Jul 14 18:37:33 2010 -0700 |
committer | Koushik Dutta <koushd@gmail.com> | Mon Jul 19 08:40:58 2010 -0700 |
tree | 1d9a28c52a510afbe0ba447e48614a9961a01d3d | |
parent | efa6530dbd10d601d229a3cb135be6932db33684 [diff] [blame] |
allow toggling of software back menu item. add recovery checkpoint file. mount auto now uses busybox mount.
diff --git a/common.h b/common.h index 81d9029..6c60d07 100644 --- a/common.h +++ b/common.h
@@ -47,6 +47,9 @@ // statements will be displayed. void ui_end_menu(); +int ui_get_showing_back_button(); +void ui_set_showing_back_button(int showBackButton); + // Set the icon (normally the only thing visible besides the progress bar). enum { BACKGROUND_ICON_NONE,