Building the libssh2 and including a script to build it as UB
[printdrop.git] / libssh2 / share / man / man3 / libssh2_channel_forward_accept.3
1 .\" $Id: libssh2_channel_forward_accept.3,v 1.5 2007/06/13 16:41:33 jehousley Exp $
2 .\"
3 .TH libssh2_channel_forward_accept 3 "1 Jun 2007" "libssh2 0.15" "libssh2 manual"
4 .SH NAME
5 libssh2_channel_forward_accept - accept a queued connection
6 .SH SYNOPSIS
7 #include <libssh2.h>
8
9 LIBSSH2_CHANNEL *
10 libssh2_channel_forward_accept(LIBSSH2_LISTENER *listener);
11
12 .SH DESCRIPTION
13 \fIlistener\fP is a forwarding listener instance as returned by
14 \fBlibssh2_channel_forward_listen(3)\fP.
15 .SH RETURN VALUE
16 A newly allocated channel instance or NULL on failure.
17 .SH ERRORS
18 \fILIBSSH2_ERROR_EAGAIN\fP - Marked for non-blocking I/O but the call
19 would block.
20 .SH SEE ALSO
21 .BR libssh2_channel_forward_listen(3)