aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2019-07-08 14:47:36 +0200
committerAndreas Schneider <asn@cryptomilk.org>2019-07-08 14:48:28 +0200
commit1a26c57af27417069a614ac6b6ea73bb5d0128f5 (patch)
treefbd15a4438d19d332b4fa646d788d5e45189bc1a
parent595c2c4336d122feddafcdb1b8ccf67c44145488 (diff)
downloadlibssh-1a26c57af27417069a614ac6b6ea73bb5d0128f5.tar.gz
libssh-1a26c57af27417069a614ac6b6ea73bb5d0128f5.tar.xz
libssh-1a26c57af27417069a614ac6b6ea73bb5d0128f5.zip
include: Add define for SSH_CONNECTOR_STDINOUT
Signed-off-by: Andreas Schneider <asn@cryptomilk.org> Reviewed-by: Jakub Jelen <jjelen@redhat.com>
-rw-r--r--include/libssh/libssh.h1
1 files changed, 1 insertions, 0 deletions
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 */