diff options
author | Martin Pool <mbp@samba.org> | 2001-12-10 07:29:34 +0000 |
---|---|---|
committer | Martin Pool <mbp@samba.org> | 2001-12-10 07:29:34 +0000 |
commit | 6f151481dacbe4f764d73b7cf98b0ceef0b614e7 (patch) | |
tree | e6fcc351c7bd3ae1a4242ec69e6f3978a0fdd59c /source3/tdb | |
parent | ebc1f6fda3dc015fbd1172dabc2804291cce5003 (diff) | |
download | samba-6f151481dacbe4f764d73b7cf98b0ceef0b614e7.tar.gz samba-6f151481dacbe4f764d73b7cf98b0ceef0b614e7.tar.bz2 samba-6f151481dacbe4f764d73b7cf98b0ceef0b614e7.zip |
Doc.
(This used to be commit 6c684c89a4e6e212476335ee57c3b616015598f8)
Diffstat (limited to 'source3/tdb')
-rw-r--r-- | source3/tdb/tdb.c | 4 |
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) { |