s3:dbwrap: add dbwrap_delete(), dbwrap_store() and dbwrap_fetch()
authorStefan Metzmacher <metze@samba.org>
Wed, 17 Dec 2008 07:53:31 +0000 (08:53 +0100)
committerStefan Metzmacher <metze@samba.org>
Mon, 19 Jan 2009 16:06:03 +0000 (17:06 +0100)
commit535311d1875a4302a1c42d92046d2cdc8d3ef4ef
tree155c6dd9ed10faa3f2833926aa1cf3bb92793e97
parenta83b327f1bec10f18ebe59c2fde7fe74228149f2
s3:dbwrap: add dbwrap_delete(), dbwrap_store() and dbwrap_fetch()

The _bystring function are now just tiny wrappers.

metze
source3/include/dbwrap.h
source3/lib/dbwrap.c