For internal use only.
This file contains the implementation of the ht_remove() function, used to remove an entry from a hash table.
Definition in file ht_remove.c.
#include "dbprim.h"
#include "dbprim_int.h"
Include dependency graph for ht_remove.c:
Go to the source code of this file.
Functions | |
unsigned long | ht_remove (hash_table_t *table, hash_entry_t *entry) |
Remove an element from a hash table. |