BOOTSTRAP (
kutils
) functions
LIBRARY ROUTINE
khash_delete - delete an entry from the hash array
LIBRARY CALL
int khash_delete( khash *hash, <type> entry)
INPUT
hash
- the hash array to delete the entry from
OUTPUT
none
RETURN VALUE
TRUE (1) on success, FALSE (0) otherwise.
DESCRIPTION
This function deletes an entry from the hash array.
ADDITIONAL INFORMATION
none
EXAMPLES
none
SIDE EFFECTS
none
RESTRICTIONS
none
MODIFICATION
none
FILES
$BOOTSTRAP/objects/library/kutils/src/hash.c
SEE ALSO
kutils(3)
COPYRIGHT
Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.