2005-11-25 15:02:31 +00:00
|
|
|
.TH cdb_free 3
|
|
|
|
.SH NAME
|
|
|
|
cdb_free \- close a constant databased
|
|
|
|
.SH SYNTAX
|
2017-05-13 22:51:26 +00:00
|
|
|
.B #include <libowfat/cdb.h>
|
2005-11-25 15:02:31 +00:00
|
|
|
|
|
|
|
int cdb_free(struct cdb *\fIc\fR);
|
|
|
|
|
|
|
|
.SH DESCRIPTION
|
|
|
|
.B cdb_free
|
|
|
|
removes any memory mapping that cdb_init might have established.
|
|
|
|
|
|
|
|
It will not close the file descriptor that you passed to cdb_init or
|
|
|
|
attempt to call free() on the struct cdb pointer.
|
|
|
|
|
|
|
|
.SH "SEE ALSO"
|
|
|
|
cdb_free(3), cdb_read(3), cdb_find(3), cdbmake(1)
|