diff options
author | midipix <writeonce@midipix.org> | 2016-10-24 20:38:27 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-11-10 23:35:52 -0500 |
commit | 9a46b6d0483006a8b6e25d2f33f393ec6f16808f (patch) | |
tree | e6b105a4d91271a9617194e6303049901838d2da /include | |
parent | 9b7081116d8da0807045911704449a65217211c3 (diff) | |
download | perk-9a46b6d0483006a8b6e25d2f33f393ec6f16808f.tar.bz2 perk-9a46b6d0483006a8b6e25d2f33f393ec6f16808f.tar.xz |
pe_map_raw_image(): added error trace support.
Diffstat (limited to 'include')
-rw-r--r-- | include/perk/perk.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/perk/perk.h b/include/perk/perk.h index be5c079..bb2a05b 100644 --- a/include/perk/perk.h +++ b/include/perk/perk.h @@ -188,7 +188,7 @@ perk_api int pe_output_export_symbols (const struct pe_image_meta *, const stru perk_api int pe_output_import_libraries(const struct pe_image_meta *, const struct pe_common_ctx *, FILE *); /* high-level api */ -perk_api int pe_map_raw_image (int fd, const char * path, int prot, struct pe_raw_image *); +perk_api int pe_map_raw_image (const struct pe_driver_ctx *, int fd, const char * path, int prot, struct pe_raw_image *); perk_api int pe_unmap_raw_image (struct pe_raw_image *); perk_api int pe_get_image_meta (const struct pe_driver_ctx *, const struct pe_raw_image *, struct pe_image_meta **); |