summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-10-24 00:00:52 -0400
committermidipix <writeonce@midipix.org>2016-11-11 00:22:49 -0500
commit63e310c13e8a82f429c98c27211639db09c18775 (patch)
tree9c12092278d1831d2015ad6e5cb899d611d0f445 /include
parent51430e224464219f5b0bb94465eb9a3e2930cabd (diff)
downloadmdso-63e310c13e8a82f429c98c27211639db09c18775.tar.bz2
mdso-63e310c13e8a82f429c98c27211639db09c18775.tar.xz
mdso_output_export_symbols(): added error trace support.
Diffstat (limited to 'include')
-rw-r--r--include/mdso/mdso.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mdso/mdso.h b/include/mdso/mdso.h
index bd5c29f..ed74243 100644
--- a/include/mdso/mdso.h
+++ b/include/mdso/mdso.h
@@ -112,7 +112,7 @@ mdso_api int mdso_unmap_input (struct mdso_input *);
/* utility api */
mdso_api int mdso_main (int, char **, char **);
-mdso_api int mdso_output_export_symbols(const struct mdso_unit_ctx *, const struct mdso_common_ctx *, FILE *);
+mdso_api int mdso_output_export_symbols(const struct mdso_driver_ctx *, const struct mdso_unit_ctx *, FILE *);
mdso_api int mdso_create_implib_sources(const struct mdso_driver_ctx *);
/* low-level api */