diff options
author | midipix <writeonce@midipix.org> | 2018-08-09 06:06:17 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-08-09 06:06:17 -0400 |
commit | 1cf502784432cb08c930d3629d8dea4898a76352 (patch) | |
tree | af6f8ba2a2ca7421b54b81ade5f6bd93c67f7195 /include | |
parent | 18babb9028ded81ce11027fae06c395bb66731b2 (diff) | |
download | ntux-1cf502784432cb08c930d3629d8dea4898a76352.tar.bz2 ntux-1cf502784432cb08c930d3629d8dea4898a76352.tar.xz |
front-end utility: ntux_main(): remove the redundant argc parameter.
Diffstat (limited to 'include')
-rw-r--r-- | include/ntux/ntux.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 *); |