aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
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 2ada529e..53c0d312 100644
--- a/install.h
+++ b/install.h
@@ -28,7 +28,7 @@ enum { INSTALL_SUCCESS, INSTALL_ERROR, INSTALL_CORRUPT, INSTALL_NONE };
28// 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
29// cache partition. 29// cache partition.
30int install_package(const char *root_path, int* wipe_cache, 30int install_package(const char *root_path, int* wipe_cache,
31 const char* install_file); 31 const char* install_file, bool needs_mount);
32 32
33#ifdef __cplusplus 33#ifdef __cplusplus
34} 34}