dbwrap: add db_open_trans()
commit74a070b8a24fea1009e557f711b76fc14e8961dc
authorStefan Metzmacher <metze@samba.org>
Thu, 27 Mar 2008 15:08:21 +0000 (27 16:08 +0100)
committerMichael Adam <obnox@samba.org>
Thu, 27 Mar 2008 17:14:56 +0000 (27 18:14 +0100)
treead2d24b0f3554249764b317fb4438167e3b8981b
parentf05e889bc05a816aef5b9ce4f22267e977dade01
dbwrap: add db_open_trans()

This should be used when transactions are wanted.
For now it's just a wrapper of db_open(), but this
will change.

metze

Signed-off-by: Stefan Metzmacher <metze@samba.org>
source/include/dbwrap.h
source/lib/dbwrap.c