aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'install.h')
-rw-r--r--install.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/install.h b/install.h
index 7f66a51c..1ec01e81 100644
--- a/install.h
+++ b/install.h
@@ -20,10 +20,9 @@
20#include <string> 20#include <string>
21#include <ziparchive/zip_archive.h> 21#include <ziparchive/zip_archive.h>
22 22
23#include "common.h"
24
25enum { INSTALL_SUCCESS, INSTALL_ERROR, INSTALL_CORRUPT, INSTALL_NONE, INSTALL_SKIPPED, 23enum { INSTALL_SUCCESS, INSTALL_ERROR, INSTALL_CORRUPT, INSTALL_NONE, INSTALL_SKIPPED,
26 INSTALL_RETRY }; 24 INSTALL_RETRY };
25
27// Install the package specified by root_path. If INSTALL_SUCCESS is 26// Install the package specified by root_path. If INSTALL_SUCCESS is
28// returned and *wipe_cache is true on exit, caller should wipe the 27// returned and *wipe_cache is true on exit, caller should wipe the
29// cache partition. 28// cache partition.