From 63e310c13e8a82f429c98c27211639db09c18775 Mon Sep 17 00:00:00 2001 From: midipix Date: Mon, 24 Oct 2016 00:00:52 -0400 Subject: mdso_output_export_symbols(): added error trace support. --- include/mdso/mdso.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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 */ -- cgit v1.2.3