diff options
author | midipix <writeonce@midipix.org> | 2016-07-17 10:28:46 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-07-21 03:47:30 -0400 |
commit | 9cd8e5d920e96d53971870e5e437a9c9c831d3e4 (patch) | |
tree | 66cfb24e1d701db8a673992918eadd25b28160ce /include | |
parent | d918bea72978afa375c83b167a70a814bcaf2a95 (diff) | |
download | ptycon-9cd8e5d920e96d53971870e5e437a9c9c831d3e4.tar.bz2 ptycon-9cd8e5d920e96d53971870e5e437a9c9c831d3e4.tar.xz |
ptyc_spawn(): initial implementation and integration.
Diffstat (limited to 'include')
-rw-r--r-- | include/ptycon/ptycon.h | 1 |
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 *); |