2009-03-17 02:25:14 +03:00
|
|
|
.\" $Id: libssh2_channel_forward_accept.3,v 1.6 2009/03/16 23:25:14 bagder Exp $
|
2006-12-21 17:09:12 +03:00
|
|
|
.\"
|
2007-06-13 20:41:33 +04:00
|
|
|
.TH libssh2_channel_forward_accept 3 "1 Jun 2007" "libssh2 0.15" "libssh2 manual"
|
2006-12-21 17:09:12 +03:00
|
|
|
.SH NAME
|
|
|
|
libssh2_channel_forward_accept - accept a queued connection
|
|
|
|
.SH SYNOPSIS
|
2007-06-13 16:58:58 +04:00
|
|
|
#include <libssh2.h>
|
|
|
|
|
|
|
|
LIBSSH2_CHANNEL *
|
|
|
|
libssh2_channel_forward_accept(LIBSSH2_LISTENER *listener);
|
2006-12-21 17:09:12 +03:00
|
|
|
|
|
|
|
.SH DESCRIPTION
|
|
|
|
\fIlistener\fP is a forwarding listener instance as returned by
|
2009-03-17 02:25:14 +03:00
|
|
|
\fBlibssh2_channel_forward_listen_ex(3)\fP.
|
2006-12-21 17:09:12 +03:00
|
|
|
.SH RETURN VALUE
|
|
|
|
A newly allocated channel instance or NULL on failure.
|
2007-06-06 16:34:06 +04:00
|
|
|
.SH ERRORS
|
2007-06-13 16:58:58 +04:00
|
|
|
\fILIBSSH2_ERROR_EAGAIN\fP - Marked for non-blocking I/O but the call
|
|
|
|
would block.
|
2007-06-13 16:51:10 +04:00
|
|
|
.SH SEE ALSO
|
2009-03-17 02:25:14 +03:00
|
|
|
.BR libssh2_channel_forward_listen_ex(3)
|