From 1a26c57af27417069a614ac6b6ea73bb5d0128f5 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 8 Jul 2019 14:47:36 +0200 Subject: include: Add define for SSH_CONNECTOR_STDINOUT Signed-off-by: Andreas Schneider Reviewed-by: Jakub Jelen --- include/libssh/libssh.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/libssh/libssh.h b/include/libssh/libssh.h index dc79a9e4..e80214c9 100644 --- a/include/libssh/libssh.h +++ b/include/libssh/libssh.h @@ -441,6 +441,7 @@ enum ssh_scp_request_types { enum ssh_connector_flags_e { /** Only the standard stream of the channel */ SSH_CONNECTOR_STDOUT = 1, + SSH_CONNECTOR_STDINOUT = 1, /** Only the exception stream of the channel */ SSH_CONNECTOR_STDERR = 2, /** Merge both standard and exception streams */ -- cgit v1.2.3