diff options
author | midipix <writeonce@midipix.org> | 2016-11-15 12:27:42 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-11-15 12:27:42 -0500 |
commit | 204e71196db007f92f76ac202a12b7a5b8309272 (patch) | |
tree | 4daccef03be637d83f3931bc31e7e4dc0a12856b /include | |
parent | 44fcac1011352bf06f6019e2861aecfbe76adc36 (diff) | |
download | perk-204e71196db007f92f76ac202a12b7a5b8309272.tar.bz2 perk-204e71196db007f92f76ac202a12b7a5b8309272.tar.xz |
pe_output_image_category(): signature now matches that of other output api's.
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 b24be37..8bdce77 100644 --- a/include/perk/perk.h +++ b/include/perk/perk.h @@ -170,7 +170,7 @@ perk_api void pe_free_unit_ctx (struct pe_unit_ctx *); /* utility api */ perk_api int pe_main (int, char **, char **); -perk_api int pe_output_image_category (const struct pe_driver_ctx *, const struct pe_unit_ctx *, FILE *); +perk_api int pe_output_image_category (const struct pe_driver_ctx *, const struct pe_image_meta *, FILE *); perk_api int pe_output_export_symbols (const struct pe_driver_ctx *, const struct pe_image_meta *, FILE *); perk_api int pe_output_import_libraries(const struct pe_driver_ctx *, const struct pe_image_meta *, FILE *); perk_api int pe_output_error_record (const struct pe_driver_ctx *, const struct pe_error_info *); |