summaryrefslogtreecommitdiffhomepage
path: root/include/perk/perk.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-11-17 21:41:51 -0500
committermidipix <writeonce@midipix.org>2016-11-17 21:41:51 -0500
commit381efa1fe4cb925f5ecd84b15e68e317ec90176c (patch)
tree7097417ee43f8c944352372e341a414cbc0cdd36 /include/perk/perk.h
parentea6b7898cc3b7e5b8955cab67564c9e062e287e0 (diff)
downloadperk-381efa1fe4cb925f5ecd84b15e68e317ec90176c.tar.bz2
perk-381efa1fe4cb925f5ecd84b15e68e317ec90176c.tar.xz
whitespace meditation.
Diffstat (limited to 'include/perk/perk.h')
-rw-r--r--include/perk/perk.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/perk/perk.h b/include/perk/perk.h
index 5d3227a..11555f3 100644
--- a/include/perk/perk.h
+++ b/include/perk/perk.h
@@ -202,11 +202,13 @@ perk_api int pe_read_optional_header (const union pe_opt_hdr *, struct pe_met
perk_api int pe_read_section_header (const struct pe_sec_hdr *, struct pe_meta_sec_hdr *);
perk_api int pe_read_export_header (const struct pe_export_hdr *, struct pe_meta_export_hdr *);
perk_api int pe_read_import_header (const struct pe_import_hdr *, struct pe_meta_import_hdr *);
-perk_api int pe_read_import_lookup (const union pe_import_lookup_item *, struct pe_meta_import_lookup_item *, uint32_t magic);
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 *,
+ uint32_t magic);
+
#ifdef __cplusplus
}
#endif