diff options
author | midipix <writeonce@midipix.org> | 2018-08-09 06:09:04 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-08-09 06:09:04 -0400 |
commit | 85cfaaf90eed065df038384a2874f60cce395e47 (patch) | |
tree | ae0b6cce25a76e99ae1cf4be9ad4ba6439a91de9 /include | |
parent | 4a448ba34fa7ff92bcf51ec643dd96d6097f7c8b (diff) | |
download | mdso-85cfaaf90eed065df038384a2874f60cce395e47.tar.bz2 mdso-85cfaaf90eed065df038384a2874f60cce395e47.tar.xz |
front-end utility: mdso_main(): remove the redundant argc parameter.
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 *); |