From 85cfaaf90eed065df038384a2874f60cce395e47 Mon Sep 17 00:00:00 2001 From: midipix Date: Thu, 9 Aug 2018 06:09:04 -0400 Subject: front-end utility: mdso_main(): remove the redundant argc parameter. --- 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 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 *); -- cgit v1.2.3