git.samba.org
/
ira
/
wip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
0dc1b23
)
Ensure documentation matches the tdb_util function usage.
author
Jeremy Allison
<jra@samba.org>
Tue, 12 May 2009 00:29:16 +0000
(17:29 -0700)
committer
Jeremy Allison
<jra@samba.org>
Tue, 12 May 2009 00:29:16 +0000
(17:29 -0700)
Jeremy.
lib/util/util_tdb.c
patch
|
blob
|
history
diff --git
a/lib/util/util_tdb.c
b/lib/util/util_tdb.c
index 2d6012c9f42b5827f8fdf8e2c6515ce684d8b54d..e107cbdc4abf7594e22cef7b96f23642d758da51 100644
(file)
--- a/
lib/util/util_tdb.c
+++ b/
lib/util/util_tdb.c
@@
-152,7
+152,7
@@
int tdb_store_int32(struct tdb_context *tdb, const char *keystr, int32_t v)
}
/****************************************************************************
}
/****************************************************************************
- Fetch a uint32_t value by a arbitrary blob key, return
-1
if not found.
+ Fetch a uint32_t value by a arbitrary blob key, return
false
if not found.
Output is uint32_t in native byte order.
****************************************************************************/
Output is uint32_t in native byte order.
****************************************************************************/
@@
-172,7
+172,7
@@
bool tdb_fetch_uint32_byblob(struct tdb_context *tdb, TDB_DATA key, uint32_t *va
}
/****************************************************************************
}
/****************************************************************************
- Fetch a uint32_t value by string key, return
-1
if not found.
+ Fetch a uint32_t value by string key, return
false
if not found.
Output is uint32_t in native byte order.
****************************************************************************/
Output is uint32_t in native byte order.
****************************************************************************/