From 1cf502784432cb08c930d3629d8dea4898a76352 Mon Sep 17 00:00:00 2001 From: midipix Date: Thu, 9 Aug 2018 06:06:17 -0400 Subject: front-end utility: ntux_main(): remove the redundant argc parameter. --- include/ntux/ntux.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/ntux/ntux.h b/include/ntux/ntux.h index d43e8ad..76a1965 100644 --- a/include/ntux/ntux.h +++ b/include/ntux/ntux.h @@ -130,7 +130,7 @@ ntux_api int ntux_cmd_spawn (const struct ntux_driver_ctx *); ntux_api int ntux_cmd_strace (const struct ntux_driver_ctx *); /* utility api */ -ntux_api int ntux_main (int, char **, char **, const struct ntux_fd_ctx *); +ntux_api int ntux_main (char **, char **, const struct ntux_fd_ctx *); /* error trace api */ ntux_api int ntux_output_error_vector (const struct ntux_driver_ctx *); -- cgit v1.2.3