summaryrefslogtreecommitdiff
path: root/lib/dbwrap/dbwrap_local_open.c
AgeCommit message (Collapse)AuthorFilesLines
2012-06-22dbwrap: dbwrap_local_open()Rusty Russell1-0/+70
This simply opens a tdb: it will eventually switch depending on the extension. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>