From 9cd8e5d920e96d53971870e5e437a9c9c831d3e4 Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 17 Jul 2016 10:28:46 -0400 Subject: ptyc_spawn(): initial implementation and integration. --- include/ptycon/ptycon.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/ptycon/ptycon.h b/include/ptycon/ptycon.h index 0add151..d878d73 100644 --- a/include/ptycon/ptycon.h +++ b/include/ptycon/ptycon.h @@ -87,6 +87,7 @@ ptyc_api void ptyc_free_driver_ctx (struct ptyc_driver_ctx *); /* pty api */ ptyc_api int ptyc_alloc_pty (struct ptyc_driver_ctx *); ptyc_api void ptyc_free_pty (struct ptyc_driver_ctx *); +ptyc_api int ptyc_spawn (struct ptyc_driver_ctx *); /* console api */ ptyc_api int ptyc_alloc_console (struct ptyc_driver_ctx *); -- cgit v1.2.3