BOOTSTRAP (
klibdb
) functions
LIBRARY ROUTINE
kdbm_close - close a previously opened kdbm file
LIBRARY CALL
void kdbm_close( kdbm *dbf)
INPUT
dbf
- open database pointer to be closed
OUTPUT
none
RETURN VALUE
none
DESCRIPTION
Close the dbm file and free all memory associated with the file DBF. Before freeing members of DBF, check and make sure that they were allocated.
ADDITIONAL INFORMATION
none
EXAMPLES
none
SIDE EFFECTS
none
RESTRICTIONS
none
MODIFICATION
none
FILES
$BOOTSTRAP/objects/library/klibdb/src/kdbm.c
SEE ALSO
klibdb(3)
COPYRIGHT
Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.