mirror of
https://github.com/samba-team/samba.git
synced 2024-12-31 17:18:04 +03:00
Doc
This commit is contained in:
parent
026b988b13
commit
11c1e712d4
@ -1809,7 +1809,11 @@ TDB_CONTEXT *tdb_open_ex(const char *name, int hash_size, int tdb_flags,
|
||||
}
|
||||
}
|
||||
|
||||
/* close a database */
|
||||
/**
|
||||
* Close a database.
|
||||
*
|
||||
* @returns -1 for error; 0 for success.
|
||||
**/
|
||||
int tdb_close(TDB_CONTEXT *tdb)
|
||||
{
|
||||
TDB_CONTEXT **i;
|
||||
|
Loading…
Reference in New Issue
Block a user