aboutsummaryrefslogtreecommitdiffstats
path: root/extendedcommands.h
diff options
context:
space:
mode:
authorTanguy Pruvot <tanguy.pruvot@gmail.com>2011-05-30 13:27:05 +0200
committerTanguy Pruvot <tanguy.pruvot@gmail.com>2011-05-30 13:27:05 +0200
commit88efbfb82bf4efcc1ce7a9634c97f3ae941be68a (patch)
tree338fc7d7ffdbcc9590067996d7a7a4f9c7338e60 /extendedcommands.h
parent195e06be59d1868b00544634da673a0eae3b103e (diff)
downloadbootable_recovery-88efbfb82bf4efcc1ce7a9634c97f3ae941be68a.zip
bootable_recovery-88efbfb82bf4efcc1ce7a9634c97f3ae941be68a.tar.gz
bootable_recovery-88efbfb82bf4efcc1ce7a9634c97f3ae941be68a.tar.bz2
Fix 6 extentedcommands declaration warnings
Signed-off-by: Tanguy Pruvot <tanguy.pruvot@gmail.com>
Diffstat (limited to 'extendedcommands.h')
-rw-r--r--extendedcommands.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/extendedcommands.h b/extendedcommands.h
index a016b84..101552f 100644
--- a/extendedcommands.h
+++ b/extendedcommands.h
@@ -47,3 +47,13 @@ void create_fstab();
int has_datadata();
void handle_failure(int ret);
+
+void process_volumes();
+
+int extendedcommand_file_exists();
+
+void show_install_update_menu();
+
+int confirm_selection(const char* title, const char* confirm);
+
+int run_and_remove_extendedcommand();