aboutsummaryrefslogtreecommitdiff
path: root/include/libssh/channels.h
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2011-09-02 11:15:28 +0300
committerAris Adamantiadis <aris@0xbadc0de.be>2011-09-02 11:43:12 +0300
commit3eece8ac0b107a7df8d95325ef17ed19d6429e75 (patch)
treed057cb740ad7a2e5f3885e209450d80bc0336ff0 /include/libssh/channels.h
parent92c8a71abbfdbbfa79bbdb26f5ed9299e5a3b9d1 (diff)
downloadlibssh-3eece8ac0b107a7df8d95325ef17ed19d6429e75.tar.gz
libssh-3eece8ac0b107a7df8d95325ef17ed19d6429e75.tar.xz
libssh-3eece8ac0b107a7df8d95325ef17ed19d6429e75.zip
SSH1: fix build
Diffstat (limited to 'include/libssh/channels.h')
-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 36dfe52f..14db3f86 100644
--- a/include/libssh/channels.h
+++ b/include/libssh/channels.h
@@ -104,7 +104,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_ */