diff options
author | David Timber <mieabby@gmail.com> | 2020-09-19 03:15:28 +0930 |
---|---|---|
committer | David Timber <mieabby@gmail.com> | 2020-09-19 03:15:28 +0930 |
commit | 66a17c4bf5c38579e460209c2028d3275f366121 (patch) | |
tree | e169276fb0b1686abb01c0c5e794e96aaa253e13 /src/libssh2.h | |
parent | 54166c46f32555532dc3c0e922fe6a591cb74128 (diff) |
Impl bne
Diffstat (limited to 'src/libssh2.h')
-rw-r--r-- | src/libssh2.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/libssh2.h b/src/libssh2.h index df7d315..88d1a7d 100644 --- a/src/libssh2.h +++ b/src/libssh2.h @@ -19,6 +19,16 @@ LIBSSH2_CHANNEL *prne_lssh2_open_ch ( const int fd, pth_event_t ev, int *err); +int prne_lssh2_close_ch ( + LIBSSH2_SESSION *s, + LIBSSH2_CHANNEL *c, + const int fd, + pth_event_t ev); +int prne_lssh2_ch_wait_closed ( + LIBSSH2_SESSION *s, + LIBSSH2_CHANNEL *c, + const int fd, + pth_event_t ev); int prne_lssh2_ch_req_pty ( LIBSSH2_SESSION *s, LIBSSH2_CHANNEL *c, |