diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/ptycon/ptycon.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/ptycon/ptycon.h b/include/ptycon/ptycon.h index 930dd57..633302b 100644 --- a/include/ptycon/ptycon.h +++ b/include/ptycon/ptycon.h @@ -75,6 +75,11 @@ ptyc_api void ptyc_free_driver_ctx (struct ptyc_driver_ctx *); ptyc_api int ptyc_alloc_pty (struct ptyc_driver_ctx *); ptyc_api void ptyc_free_pty (struct ptyc_driver_ctx *); +/* console api */ +ptyc_api int ptyc_alloc_console (struct ptyc_driver_ctx *); +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 **); |