KLIST_ITER_EXIT

Section: (9)
Updated: 09 October 2005
Index Return to Main Contents

 

NAME

klist_iter_exit - Finish a list iteration.  

SYNOPSIS

"SYNOPSIS"

void klist_iter_exit (struct klist_iter * i);  

ARGUMENTS

i
Iterator structure.
 

DESCRIPTION

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.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 00:02:22 GMT, October 09, 2005