diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/mdso/mdso.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mdso/mdso.h b/include/mdso/mdso.h index 378cb2b..26d0fb0 100644 --- a/include/mdso/mdso.h +++ b/include/mdso/mdso.h @@ -159,7 +159,7 @@ mdso_api int mdso_create_object (const struct mdso_driver_ctx *, struct mdso_api int mdso_create_archive (const struct mdso_driver_ctx *, struct mdso_object *); /* utility api */ -mdso_api int mdso_main (int, char **, char **, const struct mdso_fd_ctx *); +mdso_api int mdso_main (char **, char **, const struct mdso_fd_ctx *); mdso_api int mdso_create_implib_archive(const struct mdso_driver_ctx *); mdso_api int mdso_create_implib_sources(const struct mdso_driver_ctx *); mdso_api int mdso_create_implib_objects(const struct mdso_driver_ctx *); |