summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Pool <mbp@samba.org>2001-12-10 07:29:34 +0000
committerMartin Pool <mbp@samba.org>2001-12-10 07:29:34 +0000
commit6f151481dacbe4f764d73b7cf98b0ceef0b614e7 (patch)
treee6fcc351c7bd3ae1a4242ec69e6f3978a0fdd59c
parentebc1f6fda3dc015fbd1172dabc2804291cce5003 (diff)
downloadsamba-6f151481dacbe4f764d73b7cf98b0ceef0b614e7.tar.gz
samba-6f151481dacbe4f764d73b7cf98b0ceef0b614e7.tar.bz2
samba-6f151481dacbe4f764d73b7cf98b0ceef0b614e7.zip
Doc.
(This used to be commit 6c684c89a4e6e212476335ee57c3b616015598f8)
-rw-r--r--source3/tdb/tdb.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/source3/tdb/tdb.c b/source3/tdb/tdb.c
index b4ff0e1b01..07568dca9e 100644
--- a/source3/tdb/tdb.c
+++ b/source3/tdb/tdb.c
@@ -1394,7 +1394,9 @@ static int tdb_already_open(dev_t device,
is advisory, use zero for a default value.
Return is NULL on error, in which case errno is also set. Don't
- try to call tdb_error or tdb_errname, just do strerror(errno). */
+ try to call tdb_error or tdb_errname, just do strerror(errno).
+
+ @param name may be NULL for internal databases. */
TDB_CONTEXT *tdb_open(char *name, int hash_size, int tdb_flags,
int open_flags, mode_t mode)
{