NAME
snmdb_update - update an existing element in the database
SYNOPSIS
#include <netmgt/netmgt_db.h>
snmdb_update(buffer)
snmdb_buffer *buffer;
DESCRIPTION
snmdb_update writes the updated element back into the database.
INPUT ARGUMENTS
buffer
pointer to a structure of type snmdb_buffer.
RETURN VALUE
Returns 1 if successful. Otherwise, it returns 0, and the external variable snm_error(3n) is set to the error reason.
SEE ALSO
snmdb_read(3n), snmdb_set_property(3n)