summaryrefslogtreecommitdiffstats
path: root/include/libssh
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2011-09-02 11:15:28 +0300
committerAndreas Schneider <asn@cryptomilk.org>2011-09-02 23:02:27 +0200
commit058bb0f4ea24a23ae47f7bbe607c2efd446005d1 (patch)
tree318e6be99f5f3c16127690e8207250658b644293 /include/libssh
parent64b125700eb472787eea6dba9d2ca29d8bc360d7 (diff)
downloadlibssh-058bb0f4ea24a23ae47f7bbe607c2efd446005d1.tar.gz
libssh-058bb0f4ea24a23ae47f7bbe607c2efd446005d1.tar.xz
libssh-058bb0f4ea24a23ae47f7bbe607c2efd446005d1.zip
SSH1: fix build
(cherry picked from commit 3eece8ac0b107a7df8d95325ef17ed19d6429e75) Conflicts: src/channels.c src/channels1.c
Diffstat (limited to 'include/libssh')
-rw-r--r--include/libssh/channels.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libssh/channels.h b/include/libssh/channels.h
index 4cdeb2b8..c054374d 100644
--- a/include/libssh/channels.h
+++ b/include/libssh/channels.h
@@ -102,7 +102,7 @@ int channel_change_pty_size1(ssh_channel channel, int cols, int rows);
int channel_request_shell1(ssh_channel channel);
int channel_request_exec1(ssh_channel channel, const char *cmd);
int channel_write1(ssh_channel channel, const void *data, int len);
-
+ssh_channel ssh_get_channel1(ssh_session session);
#endif
#endif /* CHANNELS_H_ */