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