.\" 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 "KLIST_ITER_EXIT" "9" "09 October 2005" "" ""
.SH NAME
klist_iter_exit \- Finish a list iteration.
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void klist_iter_exit (struct klist_iter * \fIi\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIi\fB\fR
Iterator structure.
.SH "DESCRIPTION"
.PP
Must be called when done iterating over list, as it decrements the
refcount of the current node. Necessary in case iteration exited before
the end of the list was reached, and always good form.