From 665ac36fa8328a852876551140cd9fc6c4c22b94 Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 12 Nov 2016 16:20:21 -0500 Subject: driver: added --type support (print image type). --- include/perk/perk.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/perk/perk.h') diff --git a/include/perk/perk.h b/include/perk/perk.h index 8624838..5e6010d 100644 --- a/include/perk/perk.h +++ b/include/perk/perk.h @@ -194,6 +194,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_type (const struct pe_driver_ctx *, const struct pe_unit_ctx *, 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 *); -- cgit v1.2.3