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

Build channel_accept() on Windows too.

This commit is contained in:
Andreas Schneider
2009-08-16 19:01:13 +02:00
parent cf6dddce34
commit 978d265da8

View File

@@ -1503,7 +1503,6 @@ error:
return rc; return rc;
} }
#ifndef _WIN32
/** /**
* @brief Accept an incoming TCP/IP forwarding channel. * @brief Accept an incoming TCP/IP forwarding channel.
* *
@@ -1517,7 +1516,6 @@ error:
ssh_channel channel_forward_accept(ssh_session session, int timeout_ms) { ssh_channel channel_forward_accept(ssh_session session, int timeout_ms) {
return channel_accept(session, SSH_CHANNEL_FORWARDED_TCPIP, timeout_ms); return channel_accept(session, SSH_CHANNEL_FORWARDED_TCPIP, timeout_ms);
} }
#endif
/** /**
* @brief Sends the "cancel-tcpip-forward" global request to ask the server to * @brief Sends the "cancel-tcpip-forward" global request to ask the server to