diff options
Diffstat (limited to 'cmds/installd/installd.h')
-rw-r--r-- | cmds/installd/installd.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cmds/installd/installd.h b/cmds/installd/installd.h index ff26e49..c1e6e0f 100644 --- a/cmds/installd/installd.h +++ b/cmds/installd/installd.h @@ -159,7 +159,7 @@ int create_cache_path(char path[PKG_PATH_MAX], const char *src, int delete_dir_contents(const char *pathname, int also_delete_dir, - const char *ignore); + int (*exclusion_predicate)(const char *name, const int is_dir)); int delete_dir_contents_fd(int dfd, const char *name); @@ -220,3 +220,4 @@ int movefiles(); int linklib(const char* target, const char* source, int userId); int idmap(const char *target_path, const char *overlay_path, uid_t uid); int restorecon_data(); +int prune_dex_cache(); |