summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/ptycon/ptycon.h2
1 files changed, 1 insertions, 1 deletions
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
}