diff options
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 ca51be4..22f7bd5 100644 --- a/include/perk/perk.h +++ b/include/perk/perk.h @@ -157,7 +157,7 @@ perk_api int pe_get_unit_ctx (struct pe_driver_ctx *, const char * name, struct perk_api int pe_free_unit_ctx (struct pe_unit_ctx *); /* utility api */ -perk_api int pe_output_export_symbols (const struct pe_image_meta *, uint32_t flags, FILE *); +perk_api int pe_output_export_symbols (const struct pe_image_meta *, const struct pe_common_ctx *, FILE *); /* high-level api */ perk_api int pe_map_raw_image (int fd, const char * name, int prot, struct pe_raw_image *); |