From 3161deb4b53f4683624ebd93d3d0945f4ed92576 Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 19 Nov 2016 12:34:42 -0500 Subject: PE format: union pe_import_lookup_item [and co.] --> union pe_import_lookup. --- include/perk/perk.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/perk/perk.h') diff --git a/include/perk/perk.h b/include/perk/perk.h index a6ef8ec..81d396d 100644 --- a/include/perk/perk.h +++ b/include/perk/perk.h @@ -206,7 +206,7 @@ perk_api int pe_read_import_header (const struct pe_import_hdr *, struct pe_me perk_api int pe_read_coff_symbol (const struct pe_coff_symbol *, struct pe_meta_coff_symbol *, const struct pe_meta_coff_file_hdr *, void * base); -perk_api int pe_read_import_lookup (const union pe_import_lookup_item *, struct pe_meta_import_lookup_item *, +perk_api int pe_read_import_lookup (const union pe_import_lookup *, struct pe_meta_import_lookup *, uint32_t magic); #ifdef __cplusplus -- cgit v1.2.3