snmdb_free_list manual page
Table of Contents

NAME

snmdb_free_list - frees enumeration storage of agent list, view list, and connection list

SYNOPSIS

#include <netmgt/netmgt_db.h>

void
snmdb_free_list(list)
char **list;

DESCRIPTION

snmdb_free_list frees the storage allocated previously for enumerating agents, views, or connections.

INPUT ARGUMENTS

list pointer pointing to the enumerated list returned by a call to snmdb_enumerate_agents(3n),
snmdb_enumerate_views(3n),
or snmdb_enumerate_connections(3n).

RETURN VALUE

None.

SEE ALSO

snmdb_enumerate_elements(3n), snmdb_get_next_element(3n)


Table of Contents