aboutsummaryrefslogtreecommitdiffstats
path: root/extendedcommands.h
diff options
context:
space:
mode:
authorKoushik K. Dutta <koushd@gmail.com>2010-03-08 02:58:04 -0800
committerKoushik K. Dutta <koushd@gmail.com>2010-03-08 02:58:04 -0800
commitea46fe29d93fc6d77aaf623f8ce05a334b2f7a93 (patch)
treedcfd68f88ed60bc00d0f1b9df726b8dd1bf8c384 /extendedcommands.h
parent19459f31fad6f5e87ea0b7adddefe2dc3f966759 (diff)
downloadbootable_recovery-ea46fe29d93fc6d77aaf623f8ce05a334b2f7a93.zip
bootable_recovery-ea46fe29d93fc6d77aaf623f8ce05a334b2f7a93.tar.gz
bootable_recovery-ea46fe29d93fc6d77aaf623f8ce05a334b2f7a93.tar.bz2
install_zip command
Diffstat (limited to 'extendedcommands.h')
-rw-r--r--extendedcommands.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/extendedcommands.h b/extendedcommands.h
index 12d6107..ddb619c 100644
--- a/extendedcommands.h
+++ b/extendedcommands.h
@@ -30,3 +30,7 @@ do_mount_usb_storage();
void
show_choose_zip_menu();
+
+int
+install_zip(const char* packagefilepath);
+