copy_hash

NAME
SYNOPSIS
DESCRIPTION
AUTHOR
LICENSE
VERSION

NAME

copy_hash - copy a hash

SYNOPSIS

#include <hash.h>

hash copy_hash (pool, hash);

DESCRIPTION

Copy a hash into a new pool. This function copies the keys and values, but if keys and values are pointers, then it does not perform a 'deep' copy.

AUTHOR

Richard Jones <rich@annexia.org>

LICENSE

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

VERSION

c2lib-1.2.13