diff options
Diffstat (limited to 'src/apk_package.h')
-rw-r--r-- | src/apk_package.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/apk_package.h b/src/apk_package.h index cdcce49..c3649fd 100644 --- a/src/apk_package.h +++ b/src/apk_package.h @@ -75,7 +75,7 @@ void apk_pkg_free(struct apk_package *pkg); int apk_pkg_get_state(struct apk_package *pkg); int apk_pkg_add_script(struct apk_package *pkg, int fd, unsigned int type, unsigned int size); -int apk_pkg_run_script(struct apk_package *pkg, const char *root, +int apk_pkg_run_script(struct apk_package *pkg, int root_fd, unsigned int type); struct apk_package *apk_pkg_parse_index_entry(struct apk_database *db, apk_blob_t entry); |