summaryrefslogtreecommitdiffhomepage
path: root/include/perk/perk.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-11-15 12:27:42 -0500
committermidipix <writeonce@midipix.org>2016-11-15 12:27:42 -0500
commit204e71196db007f92f76ac202a12b7a5b8309272 (patch)
tree4daccef03be637d83f3931bc31e7e4dc0a12856b /include/perk/perk.h
parent44fcac1011352bf06f6019e2861aecfbe76adc36 (diff)
downloadperk-204e71196db007f92f76ac202a12b7a5b8309272.tar.bz2
perk-204e71196db007f92f76ac202a12b7a5b8309272.tar.xz
pe_output_image_category(): signature now matches that of other output api's.
Diffstat (limited to 'include/perk/perk.h')
-rw-r--r--include/perk/perk.h2
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 *);