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