Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-10-11 | s3:dbwrap: move definitions of db_record and db_contect structs to ↵ | Michael Adam | 1 | -0/+35 | |
dbwrap_private.h The API and callers now only need the forward declarations. | |||||
2011-10-11 | s3:dbwrap: add function dbwrap_wipe() | Gregor Beck | 1 | -0/+2 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-07-29 | s3:dbwrap: move db_open() to a file dbwrap_open.c of its own. | Michael Adam | 1 | -0/+38 | |
Also start new folder lib/dbwrap/ where dbwrap_open.c is stored and make the fallbacke implementation functoins non-static and create a dbwrap_private.h header file that contains their prototypes. |