diff options
author | midipix <writeonce@midipix.org> | 2025-06-13 12:22:29 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2025-06-13 12:22:29 +0000 |
commit | b3bd3b34a45a30f795490e50318905ae6e62b9b7 (patch) | |
tree | 1144ab2ac1ab12c2853f2ccfe961b8b77f6c2893 /include | |
parent | a7c3172ce413b87f5d179e0396d719dbe4c54028 (diff) | |
download | perk-b3bd3b34a45a30f795490e50318905ae6e62b9b7.tar.bz2 perk-b3bd3b34a45a30f795490e50318905ae6e62b9b7.tar.xz |
api: renamed pe_output_image_sections() as pe_output_pecoff_sections().
Diffstat (limited to 'include')
-rw-r--r-- | include/perk/perk.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/perk/perk.h b/include/perk/perk.h index 3b159e3..c1589f1 100644 --- a/include/perk/perk.h +++ b/include/perk/perk.h @@ -297,7 +297,7 @@ perk_api int pe_cmd_ar (const struct pe_driver_ctx *, u perk_api int pe_main (char **, char **, const struct pe_fd_ctx *); perk_api int pe_output_pecoff_category (const struct pe_driver_ctx *, const struct pe_image_meta *); -perk_api int pe_output_image_sections (const struct pe_driver_ctx *, const struct pe_image_meta *); +perk_api int pe_output_pecoff_sections (const struct pe_driver_ctx *, const struct pe_image_meta *); perk_api int pe_output_image_symbols (const struct pe_driver_ctx *, const struct pe_image_meta *); perk_api int pe_output_image_strings (const struct pe_driver_ctx *, const struct pe_image_meta *); perk_api int pe_output_export_symbols (const struct pe_driver_ctx *, const struct pe_image_meta *); |