NAME
snmdb_delete - deletes an existing element from the database
SYNOPSIS
#include <netmgt/netmgt_db.h>
snmdb_delete(name)
char *name;
DESCRIPTION
snmdb_delete deletes an existing element.
INPUT ARGUMENTS
name name of the element.
RETURN VALUE
Returns 1 if element has been deleted successfully. Otherwise, it returns 0, and the external variable snm_error(3n) is set to the error reason.