Added tdb_get/set_int_byblob, which takes a size_t len and then implemented
authorJeremy Allison <jra@samba.org>
Fri, 28 Apr 2000 02:06:19 +0000 (02:06 +0000)
committerJeremy Allison <jra@samba.org>
Fri, 28 Apr 2000 02:06:19 +0000 (02:06 +0000)
commitea9b2ed326caba0f7dfa514167bb6f89bc852a18
tree14c3dcc899c5de40a364f5508578fb8f4563f074
parent1f7d96ee0310f50af953621a81d335778b0c76dc
Added tdb_get/set_int_byblob, which takes a size_t len and then implemented
the tdb_get/set_int string functions in terms of them. Will be useful in storing
POSIX pending close records (which are ints but indexed by dev/inode pairs).
Jeremy.
(This used to be commit d69e4c6a48746459f973144393529b1f40680d2f)
source3/include/proto.h
source3/tdb/tdb.c