1 .\" $Id: libssh2_channel_forward_accept.3,v 1.5 2007/06/13 16:41:33 jehousley Exp $
3 .TH libssh2_channel_forward_accept 3 "1 Jun 2007" "libssh2 0.15" "libssh2 manual"
5 libssh2_channel_forward_accept - accept a queued connection
10 libssh2_channel_forward_accept(LIBSSH2_LISTENER *listener);
13 \fIlistener\fP is a forwarding listener instance as returned by
14 \fBlibssh2_channel_forward_listen(3)\fP.
16 A newly allocated channel instance or NULL on failure.
18 \fILIBSSH2_ERROR_EAGAIN\fP - Marked for non-blocking I/O but the call
21 .BR libssh2_channel_forward_listen(3)