summaryrefslogtreecommitdiffhomepage
path: root/include/perk/perk.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2018-11-12 00:26:35 -0500
committermidipix <writeonce@midipix.org>2018-11-20 20:25:15 -0500
commit153cea12f066ec60d625449765e28fc112085546 (patch)
tree311667c6d7f18c3e28b45bf8388bd4c799602ccd /include/perk/perk.h
parent71ed2fda0285acf148a38f443490435350df6b4e (diff)
downloadperk-153cea12f066ec60d625449765e28fc112085546.tar.bz2
perk-153cea12f066ec60d625449765e28fc112085546.tar.xz
output: header dump: added pe_hdrdump_coff_image_hdr().
Diffstat (limited to 'include/perk/perk.h')
-rw-r--r--include/perk/perk.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/perk/perk.h b/include/perk/perk.h
index 16b60c4..0693066 100644
--- a/include/perk/perk.h
+++ b/include/perk/perk.h
@@ -205,6 +205,7 @@ perk_api int pe_output_mdso_libraries (const struct pe_driver_ctx *, const str
/* header dump api */
perk_api int pe_hdrdump_image_dos_hdr (const struct pe_driver_ctx *, const struct pe_image_meta *);
+perk_api int pe_hdrdump_coff_image_hdr (const struct pe_driver_ctx *, const struct pe_image_meta *);
/* error trace api */
perk_api int pe_output_error_record (const struct pe_driver_ctx *, const struct pe_error_info *);