summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/perk/perk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/perk/perk.h b/include/perk/perk.h
index fae004a..6d64f95 100644
--- a/include/perk/perk.h
+++ b/include/perk/perk.h
@@ -298,7 +298,7 @@ perk_api int pe_main (char **, char **, const struct
perk_api int pe_output_pecoff_category (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_pecoff_symbols (const struct pe_driver_ctx *, const struct pe_image_meta *);
perk_api int pe_output_pecoff_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 *);
perk_api int pe_output_import_libraries (const struct pe_driver_ctx *, const struct pe_image_meta *);