summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2018-11-16 22:43:33 -0500
committermidipix <writeonce@midipix.org>2018-11-20 20:25:15 -0500
commit3827198893e5ffead609c09dbb96837511d0ded5 (patch)
tree46728953b68adc225919df57d6cd949c71ae23e3 /include
parentec3678eef66f4957ad7bbf40d4d2f61f5d2ac371 (diff)
downloadperk-3827198893e5ffead609c09dbb96837511d0ded5.tar.bz2
perk-3827198893e5ffead609c09dbb96837511d0ded5.tar.xz
output: header dump: added pe_hdrdump_opt_hdr().
Diffstat (limited to 'include')
-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 73be4ee..ad28822 100644
--- a/include/perk/perk.h
+++ b/include/perk/perk.h
@@ -207,6 +207,7 @@ perk_api int pe_output_mdso_libraries (const struct pe_driver_ctx *, const str
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 *);
perk_api int pe_hdrdump_coff_object_hdr(const struct pe_driver_ctx *, const struct pe_image_meta *);
+perk_api int pe_hdrdump_opt_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 *);