summaryrefslogtreecommitdiffhomepage
path: root/src/hdrdump
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2021-04-09 07:09:17 +0000
committermidipix <writeonce@midipix.org>2021-04-09 07:11:47 +0000
commit7dfe4b62e6fe6d4576756e6c92573fba45ce0b6d (patch)
tree515aa4bf7d57c1dcc0b50c498951c0354ef9ebc6 /src/hdrdump
parenta9d23f9a72373e0bd8ce580d043aa19140855ec3 (diff)
downloadperk-7dfe4b62e6fe6d4576756e6c92573fba45ce0b6d.tar.bz2
perk-7dfe4b62e6fe6d4576756e6c92573fba45ce0b6d.tar.xz
library interfaces: renamed pe_hdrdump_opt_hdr() ==> pe_hdrdump_coff_opt_hdr().
Diffstat (limited to 'src/hdrdump')
-rw-r--r--src/hdrdump/pe_hdrdump_coff_opt_hdr.c (renamed from src/hdrdump/pe_hdrdump_opt_hdr.c)2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hdrdump/pe_hdrdump_opt_hdr.c b/src/hdrdump/pe_hdrdump_coff_opt_hdr.c
index 566fd0f..fc51738 100644
--- a/src/hdrdump/pe_hdrdump_opt_hdr.c
+++ b/src/hdrdump/pe_hdrdump_coff_opt_hdr.c
@@ -182,7 +182,7 @@ static int pe_hdrdump_opt_hdr_64(
return 0;
}
-int pe_hdrdump_opt_hdr(
+int pe_hdrdump_coff_opt_hdr(
const struct pe_driver_ctx * dctx,
const struct pe_image_meta * meta)
{