BOOTSTRAP (kutils) functions


LIBRARY ROUTINE

khash_reinit - reinitializes the hash to be empty

LIBRARY CALL

int khash_reinit(
  khash  *hash,
  void  (*routine) PROTO((kaddr)) )

INPUT

OUTPUT

none

RETURN VALUE

TRUE (1) on success, FALSE (0) otherwise.

DESCRIPTION

This function reinitializes the hash to be empty. This is useful if you wish to reuse a hash repeatedly.

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.