Hash_DeleteEntry — C Library Procedures
NAME
Hash_DeleteEntry − remove an existing entry from a hash table
SYNOPSIS
#include <hash.h> Hash_DeleteEntry(tablePtr, entryPtr)
ARGUMENTS
Hash_Table ∗tablePtr (in) Table in which to delete entry.
Hash_Entry ∗entryPtr (in) Address of entry to delete (must exist in table). If NULL, the procedure does nothing.
DESCRIPTION
Hash_DeleteEntry removes the given entry from the given table.
KEYWORDS
delete, hash table
Sprite version 1.0 — December 30, 1988