aboutsummaryrefslogtreecommitdiff
path: root/src/libssh2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libssh2.h')
-rw-r--r--src/libssh2.h10
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,