snmdb_free_enumeration_handle manual page
Table of Contents

NAME

snmdb_free_enumeration_handle - frees enumeration storage of elements

SYNOPSIS

#include <netmgt/netmgt_db.h>

void
snmdb_free_enumeration_handle(handle)
snmdb_handle *handle;

DESCRIPTION

snmdb_free_enumeration_handle frees the storage allocated previously for enumerating element names.

INPUT ARGUMENTS

handle
pointer pointing to the enumerating list returned by a call to snmdb_enumerate_elements(3n).

RETURN VALUE

None.

SEE ALSO

snmdb_enumerate_elements(3n), snmdb_get_next_element(3n)


Table of Contents