summaryrefslogtreecommitdiffstats
path: root/install.h
diff options
context:
space:
mode:
authorDoug Zongker <dougz@google.com>2012-08-23 02:26:40 +0200
committerDoug Zongker <dougz@google.com>2012-08-23 02:26:40 +0200
commit02ec6b88ed4e6cf40cc257572b07c7277b7b6341 (patch)
tree2aa6f95cb875d258f62a5342ec2bb1ad0093e3bd /install.h
parentadd bonus data feature to imgdiff/imgpatch/applypatch (diff)
downloadandroid_bootable_recovery-02ec6b88ed4e6cf40cc257572b07c7277b7b6341.tar
android_bootable_recovery-02ec6b88ed4e6cf40cc257572b07c7277b7b6341.tar.gz
android_bootable_recovery-02ec6b88ed4e6cf40cc257572b07c7277b7b6341.tar.bz2
android_bootable_recovery-02ec6b88ed4e6cf40cc257572b07c7277b7b6341.tar.lz
android_bootable_recovery-02ec6b88ed4e6cf40cc257572b07c7277b7b6341.tar.xz
android_bootable_recovery-02ec6b88ed4e6cf40cc257572b07c7277b7b6341.tar.zst
android_bootable_recovery-02ec6b88ed4e6cf40cc257572b07c7277b7b6341.zip
Diffstat (limited to 'install.h')
-rw-r--r--install.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.h b/install.h
index 1943f02d3..2ada529ef 100644
--- a/install.h
+++ b/install.h
@@ -23,7 +23,7 @@
extern "C" {
#endif
-enum { INSTALL_SUCCESS, INSTALL_ERROR, INSTALL_CORRUPT };
+enum { INSTALL_SUCCESS, INSTALL_ERROR, INSTALL_CORRUPT, INSTALL_NONE };
// Install the package specified by root_path. If INSTALL_SUCCESS is
// returned and *wipe_cache is true on exit, caller should wipe the
// cache partition.