dbwrap: dbwrap_local_open()
authorRusty Russell <rusty@rustcorp.com.au>
Fri, 22 Jun 2012 05:37:43 +0000 (15:07 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Fri, 22 Jun 2012 05:35:17 +0000 (07:35 +0200)
commit9d97bf3f47a591a71e96cad8a87ef13a2b277c9c
treef78151ab3e9a9ea72f89f933652669035272ff88
parent1acf548eb75c9641e4e2c07167b42bc4380f9158
dbwrap: dbwrap_local_open()

This simply opens a tdb: it will eventually switch depending on the
extension.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
lib/dbwrap/dbwrap.h
lib/dbwrap/dbwrap_local_open.c [new file with mode: 0644]
lib/dbwrap/dbwrap_tdb.c
lib/dbwrap/wscript_build
source3/Makefile.in
source3/lib/dbwrap/dbwrap_open.c