diff options
Diffstat (limited to 'cmds/installd/installd.h')
| -rw-r--r-- | cmds/installd/installd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmds/installd/installd.h b/cmds/installd/installd.h index 479e4b2..59475e9 100644 --- a/cmds/installd/installd.h +++ b/cmds/installd/installd.h @@ -111,3 +111,5 @@ int get_size(const char *pkgname, const char *apkpath, const char *fwdlock_apkpa int free_cache(int64_t free_size); int dexopt(const char *apk_path, uid_t uid, int is_public); int movefiles(); +int linklib(const char* target, const char* source); +int unlinklib(const char* libPath); |
