diff options
author | midipix <writeonce@midipix.org> | 2016-06-25 16:29:16 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-11-11 00:22:46 -0500 |
commit | cd235e03652f64cb9e49e852dce9c2029ccbdeae (patch) | |
tree | 2bade6dd2c3d36db73e45628483228822476ba4e /include | |
parent | e9c437058ab1b8b93aa6d2c862908a2e2d37267d (diff) | |
download | mdso-cd235e03652f64cb9e49e852dce9c2029ccbdeae.tar.bz2 mdso-cd235e03652f64cb9e49e852dce9c2029ccbdeae.tar.xz |
utility: added mdso_main() as a public interface, refactored accordingly.
Diffstat (limited to 'include')
-rw-r--r-- | include/mdso/mdso.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mdso/mdso.h b/include/mdso/mdso.h index 52a5e21..f42c67f 100644 --- a/include/mdso/mdso.h +++ b/include/mdso/mdso.h @@ -96,6 +96,7 @@ mdso_api int mdso_map_input (int fd, const char * path, int prot, struct mdso_ 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_create_implib_sources(const struct mdso_driver_ctx *); |