1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-11-30 13:01:23 +03:00

SSH1: fix build

This commit is contained in:
Aris Adamantiadis
2011-09-02 11:15:28 +03:00
parent 92c8a71abb
commit 3eece8ac0b
3 changed files with 15 additions and 4 deletions

View File

@@ -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_ */