.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "CHANNEL_GET" "" "06 October 2005" "" "" .SH NAME channel_get \- .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp struct channel * channel_get (enum channel_types \fItype\fB, char * \fIid\fB, int \fIdirection\fB); \fR .SH "ARGUMENTS" .TP \fB\fItype\fB\fR -- undescribed -- .TP \fB\fIid\fB\fR -- undescribed -- .TP \fB\fIdirection\fB\fR -- undescribed -- .SH "DESCRIPTION" .PP .PP \fIparam\fR type Type of channel we are interested in. \fIparam\fR id Id of channel we are interested in. \fIparam\fR direction Direction we want to use this channel for. .PP \fIreturn\fR Pointer to a channel or NULL if no matching channel available.