diff options
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 *); |