iterator.texi 744 Bytes
@c This is part of the GNU Mailutils manual.
@c Copyright (C) 1999,2000,2001,2002 Free Software Foundation, Inc.
@c See file mailutils.texi for copying conditions.
@comment *******************************************************************
@example
@code{/* Prefix @emph{iterator_} is reserved */}
@code{#include <mailutils/iterator.h>}

@end example

@deftypefun int iterator_create (iterator_t *)
@end deftypefun

@deftypefun void iterator_destroy (iterator_t *)
@end deftypefun

@deftypefun int iterator_first (iterator_t)
@end deftypefun

@deftypefun int iterator_next (iterator_t)
@end deftypefun

@deftypefun int iterator_current (iterator_t, void **pitem)
@end deftypefun

@deftypefun int iterator_is_done (iterator_t)
@end deftypefun