summaryrefslogtreecommitdiffstats
path: root/debian/manpages/tdb_close.3
blob: a66665775ff7b64969f4944cb1e6f7118a606c97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.TH TDB_CLOSE 3 "Aug 16, 2000" "Samba" "Linux Programmer's Manual"
.SH NAME
tdb_close \- close a tdb database
.SH SYNOPSIS
.nf
.B #include <tdb.h>
.sp
.BI "int tdb_close(TDB_CONTEXT *" tdb ");"
.sp
.SH DESCRIPTION
Closes a TDB database and frees memory any memory that was used.
.SH "RETURN VALUE"
Returns zero on success and \-1 on failure.
.SH AUTHORS
Software: Andrew Tridgell and Luke Kenneth Casson Leighton
Man page: Ben Woodard <ben@valinux.com>
.SH "SEE ALSO"
.BR gdbm (3),
.BR tdb(3)