.\" 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 "N_HDLC_BUF_GET" "9" "09 October 2005" "" ""
.SH NAME
n_hdlc_buf_get \- remove and return an HDLC buffer from list
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
struct n_hdlc_buf* n_hdlc_buf_get (struct n_hdlc_buf_list * \fIlist\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIlist\fB\fR
-- undescribed --
.SH "DESCRIPTION"
.PP
\fIlist\fR - pointer to HDLC buffer list
.PP
Remove and return an HDLC buffer from the head of the specified HDLC buffer
list.
Returns a pointer to HDLC buffer if available, otherwise NULL\&.