sash_insert

NAME
SYNOPSIS
DESCRIPTION
AUTHOR
LICENSE
VERSION

NAME

sash_insert - insert a (key, value) pair into a sash

SYNOPSIS

#include <hash.h>

int sash_insert (sash, const char *key, const char *value);

DESCRIPTION

Insert an element (key, value) into the sash. If key already exists in the sash, then the existing value is replaced by value and the function returns true. If there was no previous key in the sash then this function returns false.

AUTHOR

Richard Jones <rich@annexia.org>

LICENSE

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

VERSION

c2lib-1.2.13