shash_erase

NAME
SYNOPSIS
DESCRIPTION
AUTHOR
LICENSE
VERSION

NAME

shash_erase - erase a key from a shash

SYNOPSIS

#include <hash.h>

int shash_erase (shash, const char *key);

DESCRIPTION

Erase key from the shash. If an element was erased, this returns true, else this returns false.

AUTHOR

Richard Jones <rich@annexia.org>

LICENSE

GNU LGPL (see http://www.gnu.org/)

VERSION

c2lib-1.2.13