From 66a17c4bf5c38579e460209c2028d3275f366121 Mon Sep 17 00:00:00 2001 From: David Timber Date: Sat, 19 Sep 2020 03:15:28 +0930 Subject: Impl bne --- src/libssh2.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/libssh2.h') 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, -- cgit