DragonFly On-Line Manual Pages

Search: Section:  


ght_remove(3)               libghthash User Manual               ght_remove(3)

NAME

ght_remove - remove an entry from the hash table.

SYNOPSIS

#include <ght_hash_table.h> void *ght_remove(ght_hash_table_t *p_ht, unsigned int i_key_size, void *p_key_data);

DESCRIPTION

remove an entry from the hash table. p_ht is a pointer to the hash table to get from, i_key_size is the size of the key passed, and p_key_data is a pointer to the key data.

RETURN VALUE

Returns a pointer to the stored data item or NULL if the item could not be found. The entry is removed from the hash table on success.

SEE ALSO

ght_insert(3),ght_get(3) libghthash is fully documented with Doxygen (in {prefix}/doc/libghthash/html/).

AUTHOR

This manual page was created by Simon Kagstrom <ska@bth.se>. libghthash 2005-07-21 ght_remove(3)

Search: Section: