1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-06 16:23:49 +03:00
Files
samba-mirror/source/lib/ldb/ldb_sqlite3/ldb_sqlite3.h
Simo Sorce 4357a2db5e r10251: some more work on ldb_sqlite3
I must say that writing a new module is a very good way
to find lot of subtle bugs laying in the code

We need more tests!

commit oLschema2ldif.c to keep it safe from data losses (rm -fr :-)

update test generic to reflect the fix made on comparsion functions
2007-10-10 13:38:11 -05:00

7 lines
93 B
C

#include <sqlite3.h>
struct lsqlite3_private {
char **options;
sqlite3 *sqlite;
};