summaryrefslogtreecommitdiffhomepage
path: root/include/perk/perk.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-11-17 06:26:27 -0500
committermidipix <writeonce@midipix.org>2016-11-17 06:26:27 -0500
commit27496e63cf86fe53d1208d0c1817368246e2dd34 (patch)
treed963f9c110965013f0b128dc6969e0a419fcdfb8 /include/perk/perk.h
parent0d4d4770a8abef13e2d5255d7e5f1703e2fa1fbe (diff)
downloadperk-27496e63cf86fe53d1208d0c1817368246e2dd34.tar.bz2
perk-27496e63cf86fe53d1208d0c1817368246e2dd34.tar.xz
perk.h: added error trace comment.
Diffstat (limited to 'include/perk/perk.h')
-rw-r--r--include/perk/perk.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/perk/perk.h b/include/perk/perk.h
index 03aaedf..a7c5add 100644
--- a/include/perk/perk.h
+++ b/include/perk/perk.h
@@ -168,6 +168,8 @@ perk_api int pe_output_image_symbols (const struct pe_driver_ctx *, const struc
perk_api int pe_output_image_strings (const struct pe_driver_ctx *, const struct pe_image_meta *, FILE *);
perk_api int pe_output_export_symbols (const struct pe_driver_ctx *, const struct pe_image_meta *, FILE *);
perk_api int pe_output_import_libraries(const struct pe_driver_ctx *, const struct pe_image_meta *, FILE *);
+
+/* error trace api */
perk_api int pe_output_error_record (const struct pe_driver_ctx *, const struct pe_error_info *);
perk_api int pe_output_error_vector (const struct pe_driver_ctx *);