summaryrefslogtreecommitdiffhomepage
path: root/src/headers/pe_get_image_special_hdr_addr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/headers/pe_get_image_special_hdr_addr.c')
-rw-r--r--src/headers/pe_get_image_special_hdr_addr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/headers/pe_get_image_special_hdr_addr.c b/src/headers/pe_get_image_special_hdr_addr.c
index ddffe68..d409bdf 100644
--- a/src/headers/pe_get_image_special_hdr_addr.c
+++ b/src/headers/pe_get_image_special_hdr_addr.c
@@ -42,7 +42,7 @@ struct pe_raw_export_hdr * pe_get_image_export_hdr_addr(const void * base, uint3
return (struct pe_raw_export_hdr *)pe_get_image_special_hdr_addr(base,PE_IMAGE_DATA_DIR_ORDINAL_EXPORT,sec_size);
}
-pe_api
+
struct pe_raw_import_hdr * pe_get_image_import_dir_addr(const void * base, uint32_t * sec_size)
{
return (struct pe_raw_import_hdr *)pe_get_image_special_hdr_addr(base,PE_IMAGE_DATA_DIR_ORDINAL_IMPORT,sec_size);