From 598944c893f8eec1680890353ae32f9d52bc4ffd Mon Sep 17 00:00:00 2001 From: midipix Date: Thu, 9 Aug 2018 05:47:53 -0400 Subject: front-end utility: ptyc_main(): remove the redundant argc parameter. --- include/ptycon/ptycon.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/ptycon/ptycon.h b/include/ptycon/ptycon.h index e6ef22f..7a84e9d 100644 --- a/include/ptycon/ptycon.h +++ b/include/ptycon/ptycon.h @@ -99,7 +99,7 @@ ptyc_api int ptyc_wait_for_console (struct ptyc_driver_ctx *); ptyc_api void ptyc_free_console (struct ptyc_driver_ctx *); /* utility api */ -ptyc_api int ptyc_main (int, char **, char **); +ptyc_api int ptyc_main (char **, char **); #ifdef __cplusplus } -- cgit v1.2.3